Skip to content

Commit

Permalink
Reduce payment token icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Dec 9, 2024
1 parent 0917ef1 commit 1c31c52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Roles/RolePaymentDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,12 @@ export function RolePaymentDetails({
mx={4}
>
<Flex justifyContent="space-between">
<Flex gap={2}>
<Flex
alignItems="center"
gap={2}
>
<Image
h="2.5rem"
h="2rem"
src={payment.asset.logo}
fallbackSrc="/images/coin-icon-default.svg"
/>
Expand Down

0 comments on commit 1c31c52

Please sign in to comment.