Shrink marketplace cards padding

This commit is contained in:
Rémi de Juvigny 2022-05-03 10:12:12 +02:00
parent 81f2f2f16f
commit fd47984abf
2 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn, isInDevelopmentMode
direction="column"
justifyContent="space-between"
paddingTop={4}
paddingRight={6}
paddingRight={4}
paddingBottom={4}
paddingLeft={6}
paddingLeft={4}
hasRadius
background="neutral0"
shadow="tableShadow"

View File

@ -252,9 +252,9 @@ describe('Marketplace page', () => {
.c30 {
background: #ffffff;
padding-top: 16px;
padding-right: 24px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 24px;
padding-left: 16px;
border-radius: 4px;
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
height: 100%;