Skip to content

Commit

Permalink
Add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Aug 10, 2020
1 parent a59d608 commit 1ad1439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/presets-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default () => {
</Select>
</label>
<ThemeContext.Provider value={preset}>
<Styled.root sx={{ bg: 'background', color: 'text' }}>
<Styled.root sx={{ bg: 'background', color: 'text', p: 3 }}>
<Styled.h2>Colors</Styled.h2>
<ColorPalette omit={['modes', 'header']} />
<Styled.h2>Typography</Styled.h2>
Expand Down

0 comments on commit 1ad1439

Please sign in to comment.