Skip to content

Commit

Permalink
fix: correct the background color of carousel indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 15, 2022
1 parent 1f27c8e commit 6c5e56b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/main/scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
[data-bs-target] {
height: 15px;
width: 15px;
}

.active {
background-color: var(--#{$prefix}primary);
background-color: var(--#{$prefix}primary) !important;
}
}

Expand Down

0 comments on commit 6c5e56b

Please sign in to comment.