mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 21:27:50 +00:00
Update disabled styles for button
This commit is contained in:
parent
4687b98905
commit
043ce1b76d
@ -56,7 +56,7 @@ function SubmitButton({
|
||||
aria-disabled={pending}
|
||||
className={clsx(buttonClasses, {
|
||||
'hover:opacity-90': true,
|
||||
'cursor-not-allowed': pending
|
||||
disabledClasses: pending
|
||||
})}
|
||||
>
|
||||
<div className="absolute left-0 ml-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user