Skip to content

Commit 8d81a96

Browse files
committed
Fix secondary buttons
1 parent 746e5af commit 8d81a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
@if $lighter-secondary-hover {
6363
.btn-secondary {
6464
@include button-variant(
65-
$primary,
66-
$primary,
65+
$secondary,
66+
$secondary,
6767
$hover-background: lighten($primary, 15%),
6868
$hover-border: lighten($primary, 20%),
6969
$active-background: lighten($primary, 20%),

0 commit comments

Comments
 (0)