Skip to content

Commit

Permalink
chore: remove style from consumed component
Browse files Browse the repository at this point in the history
  • Loading branch information
appsparkler committed Dec 30, 2021
1 parent da3f4ac commit d667f35
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 @@ -46,7 +46,7 @@ export default function PresetsDemo() {
<span>Preset:</span>
<Select
id="theme"
sx={{ display: 'inline-flex', paddingRight: 32 }}
sx={{ display: 'inline-flex' }}
value={theme}
onChange={(e) => {
setTheme(e.target.value)
Expand Down

0 comments on commit d667f35

Please sign in to comment.