Skip to content

Commit

Permalink
fix(docs): Set text color on Demo page JSON code
Browse files Browse the repository at this point in the history
Currently in dark-mode; the color is not visible as it assumes the default color which is black.
  • Loading branch information
appsparkler committed Nov 29, 2021
1 parent f91c585 commit 3931849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/components/presets-demo.js
Expand Up @@ -90,6 +90,7 @@ export default function PresetsDemo() {
bg: 'muted',
border: 0,
borderRadius: 4,
color: 'text'
}}
/>
</Themed.root>
Expand Down

0 comments on commit 3931849

Please sign in to comment.