Skip to content

Commit

Permalink
fix: button fluidwidth not working
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Nov 24, 2023
1 parent 12492a4 commit 63247eb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/ui/connect-modal-status/connect-modal-status.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,17 @@ export default function ConnectModalStatus(props: ConnectModalStatusProps) {
</div>

<div className={widthContainer}>
<Box maxWidth="$29" mx="auto">
<Box
maxWidth="$29"
mx="auto"
attributes={{
"data-part-id": "ConnectModalStatus-disconnect",
}}
>
<Button
fluidWidth
leftIcon="walletFilled"
onClick={() => props.onDisconnect?.()}
attributes={{
width: "$full",
}}
>
Disconnect
</Button>
Expand Down

0 comments on commit 63247eb

Please sign in to comment.