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