From e62d8049f316416bed71db5e0b276dba8b754071 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Fri, 10 Mar 2023 12:01:28 +0100 Subject: [PATCH] Icon Color Fix --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index cfabdd0..f1779a8 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,10 @@ border-radius: 10px; } +.OZCAL_ICON { + fill: var(--icon-color) !important; +} + .oz-calendar-plugin-view .react-calendar button:enabled:hover { cursor: pointer; }