Skip to content

Commit 951c386

Browse files
committed
fix: incorrect ghost button selector when the dark theme is enabled
1 parent ca7a5d8 commit 951c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
}
249249

250250
@each $color, $value in $theme-colors-dark {
251-
.btn-outline-#{$color} {
251+
.btn-ghost-#{$color} {
252252
@include button-ghost-variant($value);
253253
}
254254
}

0 commit comments

Comments
 (0)