Skip to content

Commit d78739b

Browse files
committed
fix: use variable for background color of swiper button
1 parent 95db479 commit d78739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/carousel-web/src/ui/Carousel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.swiper-button-prev {
2828
--swiper-navigation-size: 24px;
2929
border-radius: 50%;
30-
background-color: rgba(245, 245, 245, 0.7);
30+
background-color: var(--gray-200);
3131
padding: var(--spacing-large);
3232
}
3333

0 commit comments

Comments
 (0)