Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 71a7394257 - Show all commits

View File

@ -10,7 +10,7 @@ const buttonVariants = cva(
{
variants: {
variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90",
default: "bg-[--primary-color] text-white hover:bg-blue-500",
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline: