Skip to content

Commit 2c1298a

Browse files
committed
refactor: update Code0Sizes and Code0FontSizes for improved granularity
1 parent d7375e7 commit 2c1298a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export type Color = "primary" | "secondary" | "info" | "success" | "warning" | "
44

55
export const Colors: Color[] = ["primary", "secondary", "info", "success", "warning", "error"]
66

7-
export type Code0Sizes = "xs" | "sm" | "md" | "lg" | "xl";
7+
export type Code0Sizes = "xxs" | "xs" | "sm" | "md" | "lg" | "xl";
88

9-
export type Code0FontSizes = "0.75" | "0.8" | "1" | "1.2" | "1.25"
9+
export type Code0FontSizes = "0.35" | "0.7" | "0.8" | "1" | "1.2" | "1.3"
1010

1111
export type StyleProp<Value> = Value;
1212

0 commit comments

Comments
 (0)