refactor: add disabled styling to button
This commit is contained in:
parent
08db7623db
commit
e913aa9075
|
@ -13,7 +13,7 @@ export default function () {
|
||||||
<LumeIdentityTrigger asChild disabled={!ready}>
|
<LumeIdentityTrigger asChild disabled={!ready}>
|
||||||
{
|
{
|
||||||
<button
|
<button
|
||||||
className="ml-2 w-full rounded-full bg-[hsl(113,49%,55%)] text-black"
|
className="ml-2 w-full rounded-full bg-[hsl(113,49%,55%)] text-black disabled:pointer-events-none disabled:opacity-50"
|
||||||
disabled={!ready}
|
disabled={!ready}
|
||||||
>
|
>
|
||||||
Login
|
Login
|
||||||
|
|
Loading…
Reference in New Issue