Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jun 25, 2021
1 parent 9c0e7c4 commit 5d0313d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docs/src/pages/components/badges/UnstyledBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ function BadgeContent() {

export default function UnstyledBadge() {
return (
<Box
sx={{ '& > :not(style) + :not(style)': { ml: 4 } }}
>
<Box sx={{ '& > :not(style) + :not(style)': { ml: 4 } }}>
<StyledBadge badgeContent={5} overlap="circular">
<BadgeContent />
</StyledBadge>
Expand Down
4 changes: 1 addition & 3 deletions docs/src/pages/components/badges/UnstyledBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ function BadgeContent() {

export default function UnstyledBadge() {
return (
<Box
sx={{ '& > :not(style) + :not(style)': { ml: 4 } }}
>
<Box sx={{ '& > :not(style) + :not(style)': { ml: 4 } }}>
<StyledBadge badgeContent={5} overlap="circular">
<BadgeContent />
</StyledBadge>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/slider/UnstyledSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const StyledSlider = styled(SliderUnstyled)(
border-radius: 50%;
outline: 0;
border: 2px solid currentColor;
background-color: white;
background-color: #fff;
:hover,
&.Mui-focusVisible {
Expand Down

0 comments on commit 5d0313d

Please sign in to comment.