Skip to content

Commit c24f359

Browse files
committed
refactor: update text colors
1 parent 6d415ba commit c24f359

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/props.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ const TextColor = {
5656
'light',
5757
'white',
5858
'muted',
59-
'text-high-emphasis',
60-
'text-high-medium',
61-
'text-disabled',
62-
'text-high-emphasis-inverse',
63-
'text-high-medium-inverse',
64-
'text-disabled-inverse',
59+
'high-emphasis',
60+
'medium-emphasis',
61+
'disabled',
62+
'high-emphasis-inverse',
63+
'medium-emphasis-inverse',
64+
'disabled-inverse',
6565
].includes(value)
6666
},
6767
}

0 commit comments

Comments
 (0)