Skip to content

Commit

Permalink
Update _carousel.scss
Browse files Browse the repository at this point in the history
fix  data-bs-theme="dark" on component itself
  • Loading branch information
jonnysp authored and mdo committed Mar 10, 2023
1 parent fd7cfac commit 9c0b2be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@

@if $enable-dark-mode {
@include color-mode(dark) {
.carousel {
.carousel,
&.carousel {
@include carousel-dark();
}
}
Expand Down

0 comments on commit 9c0b2be

Please sign in to comment.