We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea3c81 commit 5be9526Copy full SHA for 5be9526
core/src/css/ionic-swiper.scss
@@ -7,7 +7,7 @@
7
// These values are the same for iOS and MD
8
// We just do not add a .md or .ios class beforehand
9
// so the styles are easier to override by the user.
10
- --bullet-background: $text-color-step-800;
+ --bullet-background: var(--ion-color-gray-200);
11
--bullet-background-active: ion-color(primary, base);
12
--progress-bar-background: rgba($text-color-rgb, 0.25);
13
--progress-bar-background-active: ion-color(primary, shade);
0 commit comments