Skip to content

Commit

Permalink
fix: dropdown box arrow spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
langemike committed Nov 13, 2024
1 parent 1188d0b commit 4c65a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-react/src/components/Select/Select.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $disabled-gradient: linear-gradient(to top, #ddd, $disabled-bg-color 33%);
width: 100%;
height: 36px;
margin: 0;
padding: 2px 8px;
padding: 2px 24px 2px 8px;
color: variables.$white;
font-family: inherit;
font-weight: theme.$body-font-weight-bold;
Expand Down

0 comments on commit 4c65a13

Please sign in to comment.