mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 13:47:49 +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}
|
aria-disabled={pending}
|
||||||
className={clsx(buttonClasses, {
|
className={clsx(buttonClasses, {
|
||||||
'hover:opacity-90': true,
|
'hover:opacity-90': true,
|
||||||
'cursor-not-allowed': pending
|
disabledClasses: pending
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div className="absolute left-0 ml-4">
|
<div className="absolute left-0 ml-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user