Skip to content

Commit a4cabf8

Browse files
committed
feat(note): use gray tokens
1 parent eda4918 commit a4cabf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// --------------------------------------------------
55

66
/// @prop - Text color of the note
7-
$note-md-color: $text-color-step-400;
7+
$note-md-color: var(--ion-color-gray-600);
88

99
/// @prop - Font size of the note
1010
$note-md-font-size: dynamic-font(14px);

0 commit comments

Comments
 (0)