Skip to content

Commit 78383d9

Browse files
committed
Fix contrast theme active button issue
1 parent ab7f427 commit 78383d9

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
@@ -135,7 +135,7 @@ $themes: (
135135
toolbar-button-color: #333333,
136136
toolbar-button-background-color: #C1C1C1,
137137
button-background-hover-color: $yellow,
138-
button-background-active-color: #f10046,
138+
button-background-active-color: $yellow,
139139
button-nav-inactive-color: #a0a0a0,
140140
button-hover-color: #333333,
141141
button-active-color: #333333,

0 commit comments

Comments
 (0)