update
This commit is contained in:
@@ -114,7 +114,7 @@ export default function Calendar() {
|
||||
</div>
|
||||
))
|
||||
}
|
||||
<Button variant="outline" onClick={() => {
|
||||
<Button variant="elevated" onClick={() => {
|
||||
console.log('Add task clicked');
|
||||
}}>
|
||||
+
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user