Skip to content

Commit

Permalink
add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Oct 22, 2024
1 parent 570cea3 commit 15cee0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Transfer/transferActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,15 @@ const TransferActions = () => {
{
value: symbol,
label: symbol,
icon: <Image src={getIcon(network)} alt='' width={28} height={28} />,
icon: (
<Image
src={getIcon(network)}
alt=''
width={28}
height={28}
style={{ padding: '4px ' }}
/>
),
},
]}
label=''
Expand Down

0 comments on commit 15cee0e

Please sign in to comment.