From b600b9b0dd6757bf7e07904a54cabe7d4749c433 Mon Sep 17 00:00:00 2001 From: Piyush Thapa Date: Sat, 30 Dec 2023 21:40:40 +0530 Subject: [PATCH] fixed checkbox color --- client/styles/components/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 7fd3243ed1..797fe7e46e 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -144,6 +144,6 @@ .checkbox__autorefresh{ cursor: pointer; @include themify(){ - color:getThemifyVariable('logo-color'); + accent-color:getThemifyVariable('logo-color'); } }