Fix padding props

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2024-11-26 22:46:42 +00:00
parent 8a3cf453ce
commit f12c75a556
2 changed files with 4 additions and 4 deletions
@@ -29,8 +29,8 @@ type Story = StoryObj<typeof meta>;
const FakeBox = () => (
<Box
px="xl"
py="md"
paddingX="xl"
paddingY="md"
borderRadius="small"
style={{ background: '#1f47ff', color: 'white' }}
>
@@ -29,8 +29,8 @@ type Story = StoryObj<typeof meta>;
const FakeBox = () => (
<Box
px="xl"
py="md"
paddingX="xl"
paddingY="md"
borderRadius="small"
style={{ background: '#1f47ff', color: 'white' }}
>