From fed5dd2521a089b8def2439847a4c3e436af4234 Mon Sep 17 00:00:00 2001 From: mayanksahu17 Date: Sat, 30 Dec 2023 21:24:23 +0530 Subject: [PATCH] Update _toolbar.scss Color of checkbox changed to p5 editor's theme 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..7fee5e51e6 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'); + color:getThemifyVariable('#ed225d'); } }