Skip to content

Commit

Permalink
fix lint and run docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 13, 2024
1 parent 931e91d commit 2f4468a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import ListItemButton from '@mui/joy/ListItemButton';
import ListItemDecorator from '@mui/joy/ListItemDecorator';
import Typography from '@mui/joy/Typography';
import Select from '@mui/joy/Select';
import Option from '@mui/joy/Option';
import Stack from '@mui/joy/Stack';
import Tooltip from '@mui/joy/Tooltip';
import Option from '@mui/joy/Option';
import Sheet from '@mui/joy/Sheet';
import PieChart from '@mui/icons-material/PieChart';
import SmsIcon from '@mui/icons-material/Sms';
Expand All @@ -42,8 +41,9 @@ export default function ColorInversionNavigation() {
>
<Select
variant="soft"
size="sm"
defaultValue="1"
size="sm"
color={color}
startDecorator={
<Sheet
variant="solid"
Expand All @@ -54,10 +54,9 @@ export default function ColorInversionNavigation() {
alignSelf: 'center',
}}
>
<BubbleChartIcon sx={{ m: 0 }} />
<BubbleChartIcon fontSize="small" sx={{ m: 0 }} />
</Sheet>
}
color={color}
sx={{
py: 1,
bgcolor: 'transparent',
Expand Down Expand Up @@ -141,7 +140,6 @@ export default function ColorInversionNavigation() {
alignItems: 'center',
gap: 2,
bgcolor: `${color}.800`,

'& .MuiBadge-root': { '--Badge-ringColor': '#FFF' },
'& .MuiBadge-colorSuccess': { bgcolor: 'success.400' },
'& button': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ListItemButton from '@mui/joy/ListItemButton';
import ListItemDecorator from '@mui/joy/ListItemDecorator';
import Typography from '@mui/joy/Typography';
import Select from '@mui/joy/Select';
import Stack from '@mui/joy/Stack';
import Tooltip from '@mui/joy/Tooltip';
import Option from '@mui/joy/Option';
import Sheet from '@mui/joy/Sheet';
Expand Down Expand Up @@ -44,6 +43,7 @@ export default function ColorInversionNavigation() {
variant="soft"
defaultValue="1"
size="sm"
color={color}
startDecorator={
<Sheet
variant="solid"
Expand All @@ -54,10 +54,9 @@ export default function ColorInversionNavigation() {
alignSelf: 'center',
}}
>
<BubbleChartIcon sx={{ m: 0 }} />
<BubbleChartIcon fontSize="small" sx={{ m: 0 }} />
</Sheet>
}
color={color}
sx={{
py: 1,
bgcolor: 'transparent',
Expand Down Expand Up @@ -141,7 +140,6 @@ export default function ColorInversionNavigation() {
alignItems: 'center',
gap: 2,
bgcolor: `${color}.800`,

'& .MuiBadge-root': { '--Badge-ringColor': '#FFF' },
'& .MuiBadge-colorSuccess': { bgcolor: 'success.400' },
'& button': {
Expand Down

0 comments on commit 2f4468a

Please sign in to comment.