Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused vars
  • Loading branch information
cipherlogs committed Mar 12, 2024
commit 3c097707d21099c2c0966fcc18cb8a6b2b9172a1
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function ColorInversionNavigation() {
<Sheet
variant="solid"
invertedColors
sx={(theme) => ({
sx={{
p: 2,
display: 'flex',
flexDirection: 'column',
Expand All @@ -154,7 +154,7 @@ export default function ColorInversionNavigation() {
padding: 0,
'--IconButton-size': '3rem',
},
})}
}}
>
<Badge badgeContent="7" badgeInset="15%" size="sm">
<IconButton size="lg">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function ColorInversionNavigation() {
<Sheet
variant="solid"
invertedColors
sx={(theme) => ({
sx={{
p: 2,
display: 'flex',
flexDirection: 'column',
Expand All @@ -154,7 +154,7 @@ export default function ColorInversionNavigation() {
padding: 0,
'--IconButton-size': '3rem',
},
})}
}}
>
<Badge badgeContent="7" badgeInset="15%" size="sm">
<IconButton size="lg">
Expand Down