Revert "change styletype variants"

This reverts commit d9ffbf1567e09ef9d4cfbb3c4d4cc53f9e27f6e5.
This commit is contained in:
Maximus 2022-08-02 15:39:10 +03:00
parent d9ffbf1567
commit c434367a4c

View File

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