diff --git a/client/src/components/ComboBox/ComboBox.scss b/client/src/components/ComboBox/ComboBox.scss index cb61b25c39ba..0447050ffdba 100644 --- a/client/src/components/ComboBox/ComboBox.scss +++ b/client/src/components/ComboBox/ComboBox.scss @@ -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');