Change emphasys type

This commit is contained in:
Maximus 2022-08-02 15:45:12 +03:00
parent c434367a4c
commit 14d78e63d3

View File

@ -1,4 +1,4 @@
export type StyleType = "fill" | "outline" | "text"; export type StyleType = "high" | "medium" | "low";
export type StyleColorVariants = "blue" | "pink" | "red" | "purple" | "yellow" | "sky" | "emerald" | "gray" | "dark-coral"; export type StyleColorVariants = "blue" | "pink" | "red" | "purple" | "yellow" | "sky" | "emerald" | "gray" | "dark-coral";