kripke: add share buttons

This commit is contained in:
2025-02-19 22:28:34 +09:00
parent 2901d39d30
commit 095791a09f
5 changed files with 106 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ export const buttonVariants = tv({
"border-input bg-background hover:bg-accent hover:text-accent-foreground border shadow-sm",
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80 shadow-sm",
foreground:
"bg-foreground text-background hover:bg-foreground/80 shadow-sm",
ghost: "hover:bg-accent hover:text-accent-foreground",
link: "text-primary underline-offset-4 hover:underline",
},