Skip to content

Commit 9c0b2be

Browse files
jonnyspmdo
authored andcommitted
Update _carousel.scss
fix data-bs-theme="dark" on component itself
1 parent fd7cfac commit 9c0b2be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_carousel.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@
230230

231231
@if $enable-dark-mode {
232232
@include color-mode(dark) {
233-
.carousel {
233+
.carousel,
234+
&.carousel {
234235
@include carousel-dark();
235236
}
236237
}

0 commit comments

Comments
 (0)