feat(dashboard): Log in, reset password, and accept invite pages (#6310)

This commit is contained in:
Kasper Fabricius Kristensen
2024-02-05 11:16:10 +01:00
committed by GitHub
parent b1276cfcd5
commit 73fd92a1af
23 changed files with 1342 additions and 128 deletions

View File

@@ -28,6 +28,8 @@ const iconButtonVariants = cva({
),
},
size: {
"2xsmall": "h-5 w-5",
xsmall: "h-6 w-6 p-1",
small: "h-7 w-7 p-1",
base: "h-8 w-8 p-1.5",
large: "h-10 w-10 p-2.5",