Skip to content

Commit

Permalink
fix: select account overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Feb 6, 2024
1 parent ad32854 commit 04e5d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const SwitchAccountDrawer = memo(() => {

return isShowing ? (
<ControlledDrawer title="Select account" isShowing={isShowing} onClose={onClose}>
<Box mb={whenWallet({ ledger: 'space.04', software: '' })}>
<Box mb={whenWallet({ ledger: 'space.04', software: '' })} pb="space.09">
<SwitchAccountList
currentAccountIndex={currentAccountIndex}
handleClose={onClose}
Expand Down

0 comments on commit 04e5d0e

Please sign in to comment.