From ba65adf7559d7577b0461f52ca79ab415d2f427d Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Sun, 22 Dec 2024 22:43:11 +0100 Subject: [PATCH] Fix not visible clock arrow icon in dark mode --- app/resources/uiThemes/dark/dark.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/resources/uiThemes/dark/dark.css b/app/resources/uiThemes/dark/dark.css index 40fc69208..c34576b09 100644 --- a/app/resources/uiThemes/dark/dark.css +++ b/app/resources/uiThemes/dark/dark.css @@ -856,4 +856,11 @@ background:url(../../images/icons/upload_dark.svg) center center; background-repeat: no-repeat; background-size: contain; -} \ No newline at end of file +} + + +.io-block .io-virtual-content .header svg { + stroke: #ffff; +} + +