Cleaned up some stuff. Messing with sign in button components.

This commit is contained in:
2025-06-08 13:32:17 -05:00
parent 23efcdee80
commit 5c5e992e7d
14 changed files with 1276 additions and 3263 deletions

View File

@ -25,6 +25,8 @@ const buttonVariants = cva(
default: 'h-9 px-4 py-2 has-[>svg]:px-3',
sm: 'h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5',
lg: 'h-10 rounded-md px-6 has-[>svg]:px-4',
xl: 'h-12 rounded-md px-8 has-[>svg]:px-6',
xxl: 'h-14 rounded-md px-10 has-[>svg]:px-8',
icon: 'size-9',
smicon: 'size-6',
},