Skip to content

Commit

Permalink
Merge pull request #1392 from blockscout/fe-1382
Browse files Browse the repository at this point in the history
marketplace border radius
  • Loading branch information
isstuev authored Dec 6, 2023
2 parents 452c77f + 953b50d commit ffe1a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/marketplace/MarketplaceAppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ const MarketplaceAppCard = ({
marginBottom={ 4 }
w={{ base: '64px', sm: '96px' }}
h={{ base: '64px', sm: '96px' }}
borderRadius={ 8 }
display="flex"
alignItems="center"
justifyContent="center"
>
<Image
src={ isLoading ? undefined : logoUrl }
alt={ `${ title } app icon` }
borderRadius="8px"
/>
</Skeleton>

Expand Down

0 comments on commit ffe1a31

Please sign in to comment.