Improve the a11y of the default theme
This commit is contained in:
parent
271c976e54
commit
16e597d7cc
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@
|
|||
"cGreen": "#a1e45d",
|
||||
"cOrange": "#ead15e",
|
||||
"btnToggled": "#ddd7d2",
|
||||
"alertError": "#ff2975"
|
||||
"alertError": "#ff2975",
|
||||
"alertWarning": "#eac994",
|
||||
"alertNeutral": "#f3e9e2"
|
||||
},
|
||||
"radii": {
|
||||
"btn": "3",
|
||||
|
|
Loading…
Reference in a new issue