Corrige le spacing

pull/2815/head
Johan Girod 2023-09-15 11:39:58 +02:00
parent d18fe17f42
commit 3c11e939e3
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ export function Spacing(props: SpacingProps) {
}
const SpacingStyled = styled.div<{ $size: keyof Theme['spacings'] }>`
height: ${({ theme, $size }) => theme.spacings[$size]};
min-height: ${({ theme, $size }) => theme.spacings[$size]};
`