Skip to content

Commit 15870a9

Browse files
committed
feat(card): use gray tokens
1 parent 6c31996 commit 15870a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/components/card-subtitle/card-subtitle.ios.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ $card-ios-subtitle-margin-bottom: 4px;
4040
$card-ios-subtitle-margin-start: $card-ios-subtitle-margin-end;
4141

4242
/// @prop - Color of the card subtitle
43-
$card-ios-subtitle-color: $text-color-step-400;
43+
$card-ios-subtitle-color: var(--ion-color-gray-600);

core/src/components/card-subtitle/card-subtitle.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $card-md-subtitle-margin-bottom: 0;
3131
$card-md-subtitle-margin-start: $card-md-subtitle-margin-end;
3232

3333
/// @prop - Color of the card subtitle
34-
$card-md-subtitle-color: $text-color-step-450;
34+
$card-md-subtitle-color: var(--ion-color-gray-550);

core/src/components/card-title/card-title.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ $card-md-title-margin-bottom: $card-md-title-margin-top;
3131
$card-md-title-margin-start: $card-md-title-margin-end;
3232

3333
/// @prop - Color of the card title
34-
$card-md-title-text-color: $text-color-step-150;
34+
$card-md-title-text-color: var(--ion-color-gray-850);

0 commit comments

Comments
 (0)