Commit 48a26fdd authored by Max Alekseenko's avatar Max Alekseenko

remove unnecessary style

parent e5f83ac6
......@@ -148,7 +148,7 @@ const MarketplaceAppModal = ({
gridColumn={ 2 }
fontSize={{ base: '2xl', md: '32px' }}
fontWeight="medium"
lineHeight={{ base: 1, md: 10 }}
lineHeight={{ md: 10 }}
mb={{ md: 2 }}
>
{ title }
......@@ -159,7 +159,7 @@ const MarketplaceAppModal = ({
gridColumn={ 2 }
fontSize={{ base: 'sm', md: 'md' }}
fontWeight="normal"
lineHeight={{ base: 1, md: 6 }}
lineHeight={{ md: 6 }}
>
By{ nbsp }{ author }
</Text>
......
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