Skip to content

Commit

Permalink
[Redesign] Fix Asset Picker paddings to match UX designs (wormhole-fo…
Browse files Browse the repository at this point in the history
…undation#2552)

Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
  • Loading branch information
emreboga committed Sep 9, 2024
1 parent fecdd2c commit 3a2337d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wormhole-connect/src/views/v2/Bridge/AssetPicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const useStyles = makeStyles()((theme) => ({
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '16px 20px',
':last-child': {
padding: '16px 20px',
},
},
chainSelector: {
display: 'flex',
Expand Down

0 comments on commit 3a2337d

Please sign in to comment.