fix: tweak primary button border color (#987)
This commit is contained in:
parent
9bc960ecdd
commit
752715becb
|
@ -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%)};
|
||||
|
||||
|
|
Loading…
Reference in New Issue