We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c9745 commit 1911369Copy full SHA for 1911369
src/renderer/views/pages/settings/components/Appearance/styles.ts
@@ -1,12 +1,11 @@
1
-import { ButtonBase, Theme } from '@mui/material';
2
-import { styled as muiStyled } from '@mui/styles';
+import { ButtonBase, styled as muiStyled } from '@mui/material';
3
import styled from 'styled-components';
4
5
interface StyledSelectProps {
6
image: string;
7
}
8
9
-export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }: { theme: Theme }) => ({
+export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }) => ({
10
position: 'relative',
11
backgroundPosition: 'center',
12
backgroundRepeat: 'no-repeat',
0 commit comments