Styling changes

This commit is contained in:
Thomas Camlong
2025-04-18 17:05:46 +02:00
parent bc9ee8c022
commit bb97a00273
3 changed files with 77 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ export const InteractiveHoverButton = React.forwardRef<HTMLButtonElement, Intera
return (
<Button
ref={ref}
variant="outline"
className={cn(
"group relative w-auto cursor-pointer overflow-hidden rounded-full border bg-background p-2 px-6 text-center font-semibold",
className,