feat(tokens): add earth theme
This commit is contained in:
@@ -420,7 +420,7 @@ The end state should support runtime switching without remounting components.
|
||||
Minimum contract:
|
||||
|
||||
```ts
|
||||
type ThemeName = "morandi" | "brand";
|
||||
type ThemeName = "morandi" | "earth" | "brand";
|
||||
type SkinName = "minimal" | "glass" | "pixel";
|
||||
type MotionPackName = "calm" | "snappy" | "spring";
|
||||
type MotionAccessibilityName = "system" | "full" | "reduced";
|
||||
|
||||
Reference in New Issue
Block a user