From d9ffbf1567e09ef9d4cfbb3c4d4cc53f9e27f6e5 Mon Sep 17 00:00:00 2001 From: Maximus Date: Mon, 1 Aug 2022 13:23:55 +0300 Subject: [PATCH] change styletype variants --- 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 6b41568..6f94d40 100644 --- a/src/core/_variants.ts +++ b/src/core/_variants.ts @@ -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";