This commit is contained in:
IluaAir
2025-10-25 23:28:58 +03:00
parent c7efdb89c2
commit 166bbee1d5
2 changed files with 3 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ export default function Calendar() {
</div>
))
}
<Button variant="outline" onClick={() => {
<Button variant="elevated" onClick={() => {
console.log('Add task clicked');
}}>
+

View File

@@ -19,6 +19,8 @@ const buttonVariants = cva(
ghost:
"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
link: "text-primary underline-offset-4 hover:underline",
elevated:
"bg-card p-3 rounded-lg shadow-sm text-sm transition-transform hover:-translate-y-0.5 hover:shadow-md",
},
size: {
default: "h-9 px-4 py-2 has-[>svg]:px-3",