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'); } }