Skip to content

Commit e77bc6a

Browse files
authored
Merge pull request #2811 from PiyushThapaa/issue-#2808
Fixed checkbox color (issue-#2808)
2 parents a536a63 + b600b9b commit e77bc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: client/styles/components/_toolbar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
.checkbox__autorefresh{
145145
cursor: pointer;
146146
@include themify(){
147-
color:getThemifyVariable('logo-color');
147+
accent-color:getThemifyVariable('logo-color');
148148
}
149149
}

0 commit comments

Comments
 (0)