Skip to content

Commit

Permalink
Unnecessary theme
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 9, 2022
1 parent b96bb85 commit 7f78bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/Preferences/Panes/InterfacePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ function ThemeMode() {
<Typography
variant='body2'
fontSize={14}
sx={(theme) => ({
sx={{
minWidth: '150px',
color: theme.palette.text.primary,
userSelect: 'none',
alignSelf: 'center',
})}
}}
gutterBottom
>
Save window positions
Expand Down

0 comments on commit 7f78bc4

Please sign in to comment.