Skip to content

Commit 4435601

Browse files
committed
fix(clerk-js, types): Add missing types in Appearance prop
1 parent 5ce5147 commit 4435601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/types/src/appearance.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ type FontWeightNumericValue = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 90
5959
type FontWeightScale = {
6060
normal?: FontWeightNamedValue | FontWeightNumericValue;
6161
medium?: FontWeightNamedValue | FontWeightNumericValue;
62+
semibold?: FontWeightNamedValue | FontWeightNumericValue;
6263
bold?: FontWeightNamedValue | FontWeightNumericValue;
6364
};
6465

0 commit comments

Comments
 (0)
X