Dropdown search string color theme

in the dropdown node, the search string highlights the options with white on white, in dark theme, cant find which attribute controls this. any help plesae

.v-combobox__mask {
    background: rgb(var(--v-theme-primary));
}
1 Like

Perfect!

@hotnipi/@joepavitt is this something we should have baked into the dashboard CSS?

Using the --v-theme-primary here should be quite safe, but maybe to consider to reduce a bit opacity to the color to keep text a bit more stand out.