Skip to content

Commit

Permalink
🐛 - fix: fix incorrect styling of clear button in dark mode for select
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 20, 2024
1 parent 7027fb4 commit 3c3baa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
appearance: none;
background-color: transparent;
border: none;
color: var(--typography-color-body);
margin: 0;
margin-inline-end: var(--spacing-h-s);
padding: 0;
Expand Down

0 comments on commit 3c3baa2

Please sign in to comment.