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

remove unnecessary style

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