Commit ffe1a31c authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1392 from blockscout/fe-1382

marketplace border radius
parents 452c77fd 953b50df
......@@ -74,7 +74,6 @@ const MarketplaceAppCard = ({
marginBottom={ 4 }
w={{ base: '64px', sm: '96px' }}
h={{ base: '64px', sm: '96px' }}
borderRadius={ 8 }
display="flex"
alignItems="center"
justifyContent="center"
......@@ -82,6 +81,7 @@ const MarketplaceAppCard = ({
<Image
src={ isLoading ? undefined : logoUrl }
alt={ `${ title } app icon` }
borderRadius="8px"
/>
</Skeleton>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment