Skip to content

Commit

Permalink
style: adjust space
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 15, 2024
1 parent c2eaa3c commit 1735b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-polkagate/src/popup/home/YouHave.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function YouHave (): React.ReactElement {
sx={{ height: '30px', width: '154px' }}
/>
: <>
<Stack alignItems='center' direction='row' justifyContent='space-between' sx={{ flexWrap: 'wrap', textAlign: 'start', width: '100%' }}>
<Stack alignItems='center' direction='row' justifyContent='space-between' sx={{ flexWrap: 'wrap', mr: '15px', textAlign: 'start', width: '100%' }}>
<Stack alignItems='flex-start' direction='row' sx= {{ ml: '-5px' }}>
<Currency
bgcolor='background.paper'
Expand Down

0 comments on commit 1735b0d

Please sign in to comment.