Skip to content

Commit 7b7cf9a

Browse files
committed
feat: update theme type
1 parent b91da4c commit 7b7cf9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/theme/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export interface Theme {
55
text: string;
66
textAlt: string;
77
neutral100: string;
8+
neutral200: string;
89
};
910
font: {
1011
family: string;

0 commit comments

Comments
 (0)