Skip to content

Commit 5be9526

Browse files
committed
feat(ionic-swiper): use gray tokens
1 parent 6ea3c81 commit 5be9526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/css/ionic-swiper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// These values are the same for iOS and MD
88
// We just do not add a .md or .ios class beforehand
99
// so the styles are easier to override by the user.
10-
--bullet-background: $text-color-step-800;
10+
--bullet-background: var(--ion-color-gray-200);
1111
--bullet-background-active: ion-color(primary, base);
1212
--progress-bar-background: rgba($text-color-rgb, 0.25);
1313
--progress-bar-background-active: ion-color(primary, shade);

0 commit comments

Comments
 (0)