Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 18, 2024
1 parent a84207b commit 209c6b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/modules/components/DemoToolbarRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const DemoToolbarRoot = styled('div', {
{
props: ({ demoOptions }) => demoOptions.bg === 'inline',
style: {
[theme.breakpoints.up('sm')]: { marginTop: theme.spacing(1), borderTopWidth: 1 },
[theme.breakpoints.up('sm')]: {
marginTop: theme.spacing(1),
borderTopWidth: 1,
},
},
},
{
Expand Down

0 comments on commit 209c6b5

Please sign in to comment.