Skip to content

Commit 0a6d190

Browse files
committed
fix: add fallback css variables
1 parent d78739b commit 0a6d190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
$gray-200: #e3e3e5 !default;
2+
$spacing-large: 24px !default;
3+
$focus-outline: 2px solid #264ae5 !default;
4+
$focus-outline-offset: 2px !default;
5+
16
.swiper {
27
width: 100%;
38
height: 100%;

0 commit comments

Comments
 (0)