increase select placeholder contrast to be WCAG AA compliant (#58034)

This commit is contained in:
Ashley Harrison
2022-11-03 10:45:57 +00:00
committed by GitHub
parent f76ba90078
commit c3206167a6
@@ -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: () => ({}),