Skip to content

Commit

Permalink
Add side margins to Appearance stories
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Nov 12, 2022
1 parent 0d61926 commit 2e9d455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CardTemplates = () => (
CardTemplates.storyName = 'card templates';

export const Appearance = () => (
<div style={{ display: 'flex', flexDirection: 'column', gap: '16px' }}>
<div style={{ display: 'flex', flexDirection: 'column', gap: '16px', marginLeft: '10px', marginRight: '10px' }}>
<div>
<h1>Filled</h1>
<Card appearance="filled">
Expand Down

0 comments on commit 2e9d455

Please sign in to comment.