Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 22, 2023
1 parent ca6103f commit 67b59c1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/src/components/productJoyUI/JoyUIFeatures.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { styled, alpha } from '@mui/material/styles';
import { styled } from '@mui/material/styles';
import Box from '@mui/material/Box';
import JoyBox from '@mui/joy/Box';
import Button from '@mui/material/Button';
Expand Down Expand Up @@ -533,8 +533,7 @@ function AutomaticAdjustment() {
/>
</JoyFormControl>
</div>

<Box>
<div>
<JoyTypography level="title-sm" sx={{ mb: 0.5 }}>
Thumb
</JoyTypography>
Expand All @@ -552,7 +551,6 @@ function AutomaticAdjustment() {
}}
/>
</JoyFormControl>

<JoyFormControl size="sm" orientation="horizontal">
<JoyFormLabel>Size: </JoyFormLabel>
<JoySlider
Expand All @@ -567,7 +565,6 @@ function AutomaticAdjustment() {
}}
/>
</JoyFormControl>

<JoyFormControl size="sm" orientation="horizontal">
<JoyFormLabel>Radius: </JoyFormLabel>
<JoySlider
Expand All @@ -582,7 +579,7 @@ function AutomaticAdjustment() {
}}
/>
</JoyFormControl>
</Box>
</div>
</Box>
</Frame.Demo>
<Frame.Info
Expand Down

0 comments on commit 67b59c1

Please sign in to comment.