Skip to content

Commit

Permalink
disconnect button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Dec 15, 2023
1 parent f1c2e1e commit b654189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/components/starknet/disconnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function DisconnectModal (): JSX.Element {

return (
<div className="w-full flex justify-center">
<div className="flex flex-col justify-center w-full">
<div className="flex flex-col justify-center w-full mr-2">
<button
className='btn btn-warning justify-cente flex-col flex w-full rounded'
onClick={() => { disconnect() }}
Expand Down

0 comments on commit b654189

Please sign in to comment.