Files
ebook/components/UiButton/UiButton.params.ts
koziavin 94d008ca7d
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m31s
add html-validator + fix html ceo code
2025-06-20 12:21:00 +04:00

18 lines
328 B
TypeScript

export const colorVariants = {
primary: [
"bg-accent-50",
"text-primary",
"hover:bg-accent-100",
"active:bg-accent-150",
],
secondary: [
"bg-transparent",
"text-primary",
"hover:bg-accent-50",
"border-accent-50",
"border",
"hover:bg-accent-100",
"active:bg-accent-150",
],
};