mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 19:28:19 -04:00
fix(theme): input border color contrasts
Increases input border colors contrasts to be compliant with WCAG.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user