Skip to content

Commit 0cc323a

Browse files
committed
refactor(tokens): remove comment
1 parent 3192b29 commit 0cc323a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/themes/native/native.theme.default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $text-color-step-100: var(
113113
$text-color-step-150: var(
114114
--ion-color-step-850,
115115
var(--ion-text-color-step-150, mix($background-color-value, $text-color-value, 15%))
116-
); // 262626 gray-850
116+
);
117117
$text-color-step-200: var(
118118
--ion-color-step-800,
119119
var(--ion-text-color-step-200, mix($background-color-value, $text-color-value, 20%))

0 commit comments

Comments
 (0)