diff --git a/app.vue b/app.vue index c4900da..96d12d2 100644 --- a/app.vue +++ b/app.vue @@ -1,6 +1,6 @@ diff --git a/components/UiButton/UiButton.params.ts b/components/UiButton/UiButton.params.ts index 4ee790f..e122ddd 100644 --- a/components/UiButton/UiButton.params.ts +++ b/components/UiButton/UiButton.params.ts @@ -1,13 +1,17 @@ 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', + 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", + ], +}; diff --git a/components/UiButton/UiButton.vue b/components/UiButton/UiButton.vue index 37c8a4e..a2a4bee 100644 --- a/components/UiButton/UiButton.vue +++ b/components/UiButton/UiButton.vue @@ -1,6 +1,7 @@