Skip to content

Commit

Permalink
add border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 19, 2024
1 parent 5b88d2a commit 4c0679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Elements/Selectors/ChainSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ChainSelector = ({ chain, setChain }: ChainSelectorProps) => {
<Image
src={icon}
alt='icon'
style={{ width: '2rem', height: '2rem' }}
style={{ width: '2rem', height: '2rem', borderRadius: "100%" }}
/>
<Typography sx={{ lineHeight: 1.5, fontSize: '1.25rem' }}>
{label}
Expand Down

0 comments on commit 4c0679a

Please sign in to comment.