Skip to content

Commit

Permalink
updated collectible item to match figma
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Nov 29, 2024
1 parent 9804b79 commit b0e060a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/helpers/ExternalIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ExternalIcon = ({ src, ...rest }: { src: string } & BoxProps) => {
style={{ height: '44px', width: '44px' }}
{...rest}
>
<Image width="10" height="10" src={src} borderRadius="xs" />
<Image width="10" height="auto" src={src} borderRadius="xs" />
</Box>
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function CollectibleBalanceItem({
</Box>
)}

<Box flexDirection="column">
<Box flexDirection="column" justifyContent="center">
<Box gap="2" alignItems="center">
<Text variant="normal" fontWeight="bold" color="text80">
{collectibleInfo.collectibleInfoResponse.name ?? 'Collectible'}
Expand Down

0 comments on commit b0e060a

Please sign in to comment.