fix(theme): input border color contrasts

Increases input border colors contrasts to be compliant with WCAG.
This commit is contained in:
Jannik Stehle
2024-09-17 14:27:29 +02:00
parent 9f63cc70e6
commit 356711ffec

View File

@@ -77,7 +77,7 @@
"color-components-apptopbar-border": "#ceddee",
"border": "#ecebee",
"input-bg": "#ffffff",
"input-border": "#ceddee",
"input-border": "#788DAB",
"input-text-default": "#041e42",
"input-text-muted": "#4c5f79",
"swatch-brand-default": "#041e42",
@@ -141,7 +141,7 @@
"color-components-apptopbar-border": "#ceddee",
"border": "#383838",
"input-bg": "#4f4f4f",
"input-border": "#696969",
"input-border": "#828282",
"input-text-default": "#dadcdf",
"input-text-muted": "#bdbfc3",
"swatch-brand-default": "#212121",