increase select placeholder contrast to be WCAG AA compliant (#58034)
This commit is contained in:
@@ -36,7 +36,7 @@ export default function resetSelectStyles(theme: GrafanaTheme2) {
|
||||
option: () => ({}),
|
||||
placeholder: (originalStyles: CSSObjectWithLabel): CSSObjectWithLabel => ({
|
||||
...originalStyles,
|
||||
color: theme.colors.text.disabled,
|
||||
color: theme.colors.text.secondary,
|
||||
}),
|
||||
singleValue: () => ({}),
|
||||
valueContainer: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user