Corrige le spacing
parent
d18fe17f42
commit
3c11e939e3
|
@ -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]};
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue