Skip to content

Commit 1f9290b

Browse files
committed
Fix secondary buttons
1 parent 746e5af commit 1f9290b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/ilmomasiina-components/src/styles/_shared.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
@if $lighter-secondary-hover {
6363
.btn-secondary {
6464
@include button-variant(
65-
$primary,
66-
$primary,
67-
$hover-background: lighten($primary, 15%),
68-
$hover-border: lighten($primary, 20%),
69-
$active-background: lighten($primary, 20%),
70-
$active-border: lighten($primary, 25%)
65+
$secondary,
66+
$secondary,
67+
$hover-background: lighten($secondary, 15%),
68+
$hover-border: lighten($secondary, 20%),
69+
$active-background: lighten($secondary, 20%),
70+
$active-border: lighten($secondary, 25%)
7171
);
7272
}
7373
}

0 commit comments

Comments
 (0)