change styletype variants

This commit is contained in:
Maximus 2022-08-01 13:23:55 +03:00
parent 34696f13f9
commit d9ffbf1567

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";