Skip to content

Commit 7a53b6d

Browse files
committed
feat(progress-bar): use gray tokens
1 parent 52b7eda commit 7a53b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/progress-bar/progress-bar.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
* solid (with a buffer value of 1). This maintains
1919
* the custom Ionic appearance for a buffered progress bar.
2020
*/
21-
--background: #{$background-color-step-100};
21+
--background: var(--ion-color-gray-100);
2222
}

0 commit comments

Comments
 (0)