Skip to content

Commit d8cac04

Browse files
authored
Merge pull request #1297 from shakti97/Fix-contrast-theme
Fix contrast theme active button issue
2 parents 040543c + 78383d9 commit d8cac04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ $themes: (
194194
toolbar-button-color: #333333,
195195
toolbar-button-background-color: #C1C1C1,
196196
button-background-hover-color: $yellow,
197-
button-background-active-color: #f10046,
197+
button-background-active-color: $yellow,
198198
button-nav-inactive-color: #a0a0a0,
199199
button-hover-color: #333333,
200200
button-active-color: #333333,

0 commit comments

Comments
 (0)