From c434367a4c82139920abe10f2d503d9650f92ddd Mon Sep 17 00:00:00 2001 From: Maximus Date: Tue, 2 Aug 2022 15:39:10 +0300 Subject: [PATCH] Revert "change styletype variants" This reverts commit d9ffbf1567e09ef9d4cfbb3c4d4cc53f9e27f6e5. --- src/core/_variants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/_variants.ts b/src/core/_variants.ts index 6f94d40..6b41568 100644 --- a/src/core/_variants.ts +++ b/src/core/_variants.ts @@ -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";