From 63bb644ff705bde390de01b41b268814ac1e09a6 Mon Sep 17 00:00:00 2001 From: Veer0x1 Date: Sun, 14 May 2023 18:59:16 +0530 Subject: [PATCH] changed color of autorefresh checkbox --- client/styles/components/_toolbar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 219a85d716..cd74ec8f6f 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -156,6 +156,9 @@ .checkbox__autorefresh{ cursor: pointer; + @include themify(){ + color:getThemifyVariable('logo-color'); + } } .toolbar__edit-name-button {