Skip to content

Commit

Permalink
fix: issue with select option for windows (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Aug 9, 2024
1 parent 0e131c4 commit 3066331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ $has-before-padding: calc(

// Most likely this wouldn't work on MacOS, but we're still progressively enhancing Windows by this
option {
background-color: colors.$db-adaptive-bg-basic-transparent-semi-default;
background-color: colors.$db-adaptive-bg-basic-level-1-default;
color: colors.$db-adaptive-on-bg-basic-emphasis-100-default;
}

&[data-variant="hidden"] {
Expand Down

0 comments on commit 3066331

Please sign in to comment.