We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746e5af commit 1f9290bCopy full SHA for 1f9290b
1 file changed
packages/ilmomasiina-components/src/styles/_shared.scss
@@ -62,12 +62,12 @@
62
@if $lighter-secondary-hover {
63
.btn-secondary {
64
@include button-variant(
65
- $primary,
66
67
- $hover-background: lighten($primary, 15%),
68
- $hover-border: lighten($primary, 20%),
69
- $active-background: lighten($primary, 20%),
70
- $active-border: lighten($primary, 25%)
+ $secondary,
+ $hover-background: lighten($secondary, 15%),
+ $hover-border: lighten($secondary, 20%),
+ $active-background: lighten($secondary, 20%),
+ $active-border: lighten($secondary, 25%)
71
);
72
}
73
0 commit comments