Skip to content

Commit

Permalink
fix: adjust denom image size in asset list
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Dec 30, 2024
1 parent a955415 commit ab118e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/bank/components/tokenList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function TokenList(props: Readonly<TokenListProps>) {
}}
>
<div className="flex flex-row gap-4 items-center justify-start">
<div className="w-10 h-10 flex items-center justify-center">
<div className=" flex items-center justify-center">
<DenomImage denom={balance.metadata} />
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion components/factory/components/DenomImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const DenomImage = ({ denom }: { denom: any }) => {
height={44}
src="/logo.svg"
alt="MFX Token Icon"
className="w-full h-full -mt-[1px]"
className="w-full h-full "
/>
</div>
);
Expand Down

0 comments on commit ab118e7

Please sign in to comment.