Fix types

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2024-12-18 18:03:03 +00:00
parent f5e172bc31
commit dbe1718dc9
4 changed files with 5 additions and 5 deletions
@@ -53,7 +53,7 @@ type Story = StoryObj<typeof meta>;
const FakeBox = () => (
<Box
borderRadius="small"
borderRadius="xs"
style={{ background: '#1f47ff', color: 'white', height: '400px' }}
/>
);
@@ -45,7 +45,7 @@ type Story = StoryObj<typeof meta>;
const FakeBox = () => (
<Box
borderRadius="small"
borderRadius="xs"
style={{ background: '#1f47ff', color: 'white', height: '64px' }}
/>
);
@@ -105,7 +105,7 @@ export const RowAndColumns: Story = {
<Grid {...args} columns={3}>
<Grid.Item colSpan={1} rowSpan={2}>
<Box
borderRadius="small"
borderRadius="xs"
style={{ background: '#1f47ff', color: 'white', height: '100%' }}
/>
</Grid.Item>
@@ -57,7 +57,7 @@ const FakeBox = ({
height?: number;
}) => (
<Box
borderRadius="small"
borderRadius="xs"
style={{ background: '#1f47ff', color: 'white', width, height }}
/>
);
@@ -53,7 +53,7 @@ const FakeBox = () => (
<Box
paddingX="xl"
paddingY="md"
borderRadius="small"
borderRadius="xs"
style={{ background: '#1f47ff', color: 'white' }}
>
Fake Box