migrate on nuxt3
This commit is contained in:
13
components/UiButton/UiButton.params.ts
Normal file
13
components/UiButton/UiButton.params.ts
Normal file
@ -0,0 +1,13 @@
|
||||
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',
|
||||
'cursor-pointer',
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user