chore: fix check email loading state (#93)

* chore: fix check email loading state

* chore: add disabled state
This commit is contained in:
Kilu.He
2025-04-14 13:41:43 +08:00
committed by GitHub
parent 60627857fb
commit c6a86e08e2
7 changed files with 39 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ const buttonVariants = cva(
'bg-transparent text-text-error hover:bg-fill-error-select hover:text-text-error-hover border border-border-error-thick hover:border-border-error-thick-hover disabled:text-text-tertiary disabled:border-border-grey-tertiary',
ghost:
'hover:bg-fill-primary-alpha-5 text-text-primary disabled:bg-fill-transparent disabled:text-text-tertiary',
link: 'hover:bg-transparent text-text-theme hover:text-text-theme-hover !h-fit',
},
size: {
sm: 'h-7 text-sm px-4 rounded-300 gap-2 font-normal',