feat: button styles

This commit is contained in:
2025-04-14 20:45:34 +03:00
parent 3a64f039af
commit 5d11cf0dcd
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ const button = tv({
base: classes.button,
variants: {
color: {
primary: "bg-blue-400 hover:bg-blue-500",
secondary: "bg-red-400 hover:bg-red-500",
primary: "bg-[rgba(206,232,251,0.7)] hover:bg-[rgba(206,232,251,0.9)]",
secondary: "bg-[rgba(255,251,197,0.68)] hover:bg-[rgba(255,251,197,0.9)]",
},
},
});