mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
increase select placeholder contrast to be WCAG AA compliant (#58034)
This commit is contained in:
parent
f76ba90078
commit
c3206167a6
@ -36,7 +36,7 @@ export default function resetSelectStyles(theme: GrafanaTheme2) {
|
|||||||
option: () => ({}),
|
option: () => ({}),
|
||||||
placeholder: (originalStyles: CSSObjectWithLabel): CSSObjectWithLabel => ({
|
placeholder: (originalStyles: CSSObjectWithLabel): CSSObjectWithLabel => ({
|
||||||
...originalStyles,
|
...originalStyles,
|
||||||
color: theme.colors.text.disabled,
|
color: theme.colors.text.secondary,
|
||||||
}),
|
}),
|
||||||
singleValue: () => ({}),
|
singleValue: () => ({}),
|
||||||
valueContainer: () => ({}),
|
valueContainer: () => ({}),
|
||||||
|
Loading…
Reference in New Issue
Block a user