We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91da4c commit 7b7cf9aCopy full SHA for 7b7cf9a
packages/components/theme/src/types.ts
@@ -5,6 +5,7 @@ export interface Theme {
5
text: string;
6
textAlt: string;
7
neutral100: string;
8
+ neutral200: string;
9
};
10
font: {
11
family: string;
0 commit comments