Merge pull request #1297 from shakti97/Fix-contrast-theme
Fix contrast theme active button issue
This commit is contained in:
commit
d8cac045f7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ $themes: (
|
|||
toolbar-button-color: #333333,
|
||||
toolbar-button-background-color: #C1C1C1,
|
||||
button-background-hover-color: $yellow,
|
||||
button-background-active-color: #f10046,
|
||||
button-background-active-color: $yellow,
|
||||
button-nav-inactive-color: #a0a0a0,
|
||||
button-hover-color: #333333,
|
||||
button-active-color: #333333,
|
||||
|
|
Loading…
Reference in a new issue