mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
A11y: Adjust placeholder text color to pass a11y tests (#84357)
This commit is contained in:
parent
a85c1b69d5
commit
2aa67c7a47
@ -180,7 +180,7 @@ class LightColors implements ThemeColorsBase<Partial<ThemeRichColor>> {
|
||||
text = {
|
||||
primary: `rgba(${this.blackBase}, 1)`,
|
||||
secondary: `rgba(${this.blackBase}, 0.75)`,
|
||||
disabled: `rgba(${this.blackBase}, 0.50)`,
|
||||
disabled: `rgba(${this.blackBase}, 0.64)`,
|
||||
link: this.primary.text,
|
||||
maxContrast: palette.black,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user