From 14d78e63d3659467216ae5d159da9c0262d84ac6 Mon Sep 17 00:00:00 2001 From: Maximus Date: Tue, 2 Aug 2022 15:45:12 +0300 Subject: [PATCH] Change emphasys type --- 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";