From 356711ffec4e31e078b83c36f843b28c38a4dee4 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 17 Sep 2024 14:27:29 +0200 Subject: [PATCH] fix(theme): input border color contrasts Increases input border colors contrasts to be compliant with WCAG. --- services/web/assets/themes/owncloud/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/assets/themes/owncloud/theme.json b/services/web/assets/themes/owncloud/theme.json index 21651d4870..145f817737 100644 --- a/services/web/assets/themes/owncloud/theme.json +++ b/services/web/assets/themes/owncloud/theme.json @@ -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",