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 = ({ ...@@ -74,7 +74,6 @@ const MarketplaceAppCard = ({
marginBottom={ 4 } marginBottom={ 4 }
w={{ base: '64px', sm: '96px' }} w={{ base: '64px', sm: '96px' }}
h={{ base: '64px', sm: '96px' }} h={{ base: '64px', sm: '96px' }}
borderRadius={ 8 }
display="flex" display="flex"
alignItems="center" alignItems="center"
justifyContent="center" justifyContent="center"
...@@ -82,6 +81,7 @@ const MarketplaceAppCard = ({ ...@@ -82,6 +81,7 @@ const MarketplaceAppCard = ({
<Image <Image
src={ isLoading ? undefined : logoUrl } src={ isLoading ? undefined : logoUrl }
alt={ `${ title } app icon` } alt={ `${ title } app icon` }
borderRadius="8px"
/> />
</Skeleton> </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