From e3b598dc0034aa89d48acc5da00ccbad582a1a18 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Wed, 3 Nov 2021 21:53:21 +1100 Subject: [PATCH] corner button cross-theme readability --- api/components/corner-action.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/components/corner-action.css b/api/components/corner-action.css index b04e466..9b66eb9 100644 --- a/api/components/corner-action.css +++ b/api/components/corner-action.css @@ -48,6 +48,6 @@ #enhancer--corner-actions > div > svg { width: 22px; height: 22px; - color: var(--theme--icon); - fill: var(--theme--icon); + color: var(--theme--tag_default-text); + fill: var(--theme--tag_default-text); }