Variants for the TextButton component:
• default
Blue text.
• dark
Dark gray text.
• light
Light gray text.
Press shift + S to search API reference.
Variants for the TextButton component:
• default
Blue text.
• dark
Dark gray text.
• light
Light gray text.
type TextButtonVariant = "default" | "dark" | "light"