Skip to content

Commit 95db479

Browse files
committed
fix: use css variables
1 parent 87ac807 commit 95db479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
--swiper-navigation-size: 24px;
2929
border-radius: 50%;
3030
background-color: rgba(245, 245, 245, 0.7);
31-
padding: 2em;
31+
padding: var(--spacing-large);
3232
}
3333

3434
.swiper-button-next:focus,
3535
.swiper-button-prev:focus {
36-
outline: 2px solid #264ae5;
37-
outline-offset: 2px;
36+
outline: var(--focus-outline);
37+
outline-offset: var(--focus-outline-offset);
3838
}
3939

4040
.swiper-slide img {

0 commit comments

Comments
 (0)