Skip to content

Commit

Permalink
chore: Use theme's margin in dropdown content
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 3, 2024
1 parent 78014a7 commit 7263ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/dropdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ where
onglobalclick,
onkeydown,
layer: "-99",
margin: "4",
margin: "{margin}",
border: "1 solid {border_fill}",
overflow: "clip",
corner_radius: "8",
Expand Down

0 comments on commit 7263ecf

Please sign in to comment.