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