fix: tweak primary button border color (#987)

This commit is contained in:
Nolan Lawson 2019-02-14 19:38:54 -08:00 committed by GitHub
parent 9bc960ecdd
commit 752715becb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
--button-primary-bg: #{$main-theme-color};
--button-primary-text: #{$secondary-text-color};
--button-primary-border: #{darken($main-theme-color, 30%)};
--button-primary-border: #{darken($main-theme-color, 10%)};
--button-primary-bg-active: #{lighten($main-theme-color, 9%)};
--button-primary-bg-hover: #{lighten($main-theme-color, 5%)};