From cadcaa966f27eeb469d3a41b335a386718362a66 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 23 May 2022 22:27:26 +0200 Subject: [PATCH] fix: new label text color in dark mode --- src/styles/custom-properties/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 29e254d33..fbd6468e6 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -285,7 +285,7 @@ // Elements that rely on Bulma defaults in light mode but // need to be overriden in dark mode --input-placeholder-color: hsla(var(--grey-900-hsl), 0.6); - --tag-color: var(--grey-50); + --tag-color: var(--grey-800); --table-row-hover-background-color: var(--grey-100); --dropdown-item-hover-background-color: var(--grey-100); --dropdown-item-hover-color: var(--text);