chore(ui): remove inline style from Button in Card story

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-03 14:55:35 +01:00
parent 36987dbdfd
commit 8211dc0f70
@@ -239,9 +239,7 @@ export const CustomCardWithBox = meta.story({
a card-like container that participates in the bg system as a provider.
</Box>
<Box bg="neutral" p="4" style={{ borderRadius: '8px', width: '300px' }}>
<Button variant="secondary" style={{ marginTop: '8px' }}>
Button (on neutral-1)
</Button>
<Button variant="secondary">Button (on neutral-1)</Button>
</Box>
<Card style={{ width: '300px' }}>
<CardHeader>Header</CardHeader>