fix: update src/scss/themes/_base.scss

This commit is contained in:
Nolan Lawson 2022-12-18 12:05:49 -08:00 committed by GitHub
parent 86173ed290
commit 174bf2087d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@
--action-button-fill-color: #{lighten($main-theme-color, 11.5%)};
--action-button-fill-color-hover: #{lighten($main-theme-color, 6%)};
--action-button-fill-color-active: #{$main-theme-color};
--action-button-fill-color-pressed: #{saturate($main-theme-color, 5%)};
--action-button-fill-color-pressed-hover: #{darken(saturate($main-theme-color, 5%), 4%)};
--action-button-fill-color-pressed-active: #{darken(saturate($main-theme-color, 5%), 8%)};
--action-button-fill-color-pressed: #{darken(saturate($main-theme-color, 5%), 6%)};
--action-button-fill-color-pressed-hover: #{darken(saturate($main-theme-color, 5%), 12%)};
--action-button-fill-color-pressed-active: #{darken(saturate($main-theme-color, 5%), 15%)};
--action-button-deemphasized-fill-color: #{$deemphasized-color};
--action-button-deemphasized-fill-color-hover: #{lighten($deemphasized-color, 22%)};