Skip to content

Commit 9b2adaa

Browse files
committed
feat(loading): use gray tokens
1 parent e979f0e commit 9b2adaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/components/loading/loading.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $loading-ios-translucent-background-color: rgba($background-color-rgb, $loading-
4343
$loading-ios-content-font-weight: bold;
4444

4545
/// @prop - Color of the loading spinner
46-
$loading-ios-spinner-color: $text-color-step-400;
46+
$loading-ios-spinner-color: var(--ion-color-gray-600);
4747

4848
/// @prop - Filter of the translucent loading
4949
$loading-ios-translucent-filter: saturate(180%) blur(20px);

core/src/components/loading/loading.md.vars.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ $loading-md-max-height: 90%;
2828
$loading-md-border-radius: 2px;
2929

3030
/// @prop - Text color of the loading wrapper
31-
$loading-md-text-color: $text-color-step-150;
31+
$loading-md-text-color: var(--ion-color-gray-850);
3232

3333
/// @prop - Background of the loading wrapper
34-
$loading-md-background: $background-color-step-50;
34+
$loading-md-background: var(--ion-color-gray-50);
3535

3636
/// @prop - Box shadow color of the loading wrapper
3737
$loading-md-box-shadow-color: rgba(0, 0, 0, 0.4);

0 commit comments

Comments
 (0)