Skip to content

Commit

Permalink
Merge pull request #1115 from lachlanjc/fix-808
Browse files Browse the repository at this point in the history
fix(docs): Fix preset page demo text color
  • Loading branch information
jxnblk committed Sep 1, 2020
2 parents dd471a2 + 1ad1439 commit d4d9dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/presets-demo.js
Expand Up @@ -52,7 +52,7 @@ export default () => {
</Select>
</label>
<ThemeContext.Provider value={preset}>
<Styled.root>
<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 d4d9dda

Please sign in to comment.