feat: login page

This commit is contained in:
2025-04-02 16:01:24 +03:00
parent 78117e3421
commit edda3f7443
9 changed files with 61 additions and 16 deletions

View File

@@ -5,8 +5,8 @@ const button = tv({
base: classes.button,
variants: {
color: {
primary: "bg-blue-400",
secondary: "bg-red-400",
primary: "bg-blue-400 hover:bg-blue-500",
secondary: "bg-red-400 hover:bg-red-500",
},
},
});