Skip to content

Commit

Permalink
Update styles for block picker in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jul 6, 2023
1 parent c7039ed commit ec417a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/ComboBox/ComboBox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $spacing-sm: theme('spacing.5');

.w-combobox {
width: min(400px, 80vw);
@include dark-theme() {
background-color: theme('colors.surface-tooltip');
}
background: theme('colors.surface-page');
color: theme('colors.text-context');
border-radius: theme('borderRadius.DEFAULT');
Expand Down

0 comments on commit ec417a3

Please sign in to comment.