Commit 953b50df authored by isstuev's avatar isstuev

marketplace border radius

parent 452c77fd
...@@ -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