Merge pull request #1297 from shakti97/Fix-contrast-theme

Fix contrast theme active button issue
This commit is contained in:
Cassie Tarakajian 2020-04-02 17:05:25 -04:00 committed by GitHub
commit d8cac045f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,