Skip to content

Commit 1911369

Browse files
committed
[Update] 非推奨のライブラリへの依存を削減
1 parent 80c9745 commit 1911369

File tree

1 file changed

+2
-3
lines changed
  • src/renderer/views/pages/settings/components/Appearance

1 file changed

+2
-3
lines changed

src/renderer/views/pages/settings/components/Appearance/styles.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import { ButtonBase, Theme } from '@mui/material';
2-
import { styled as muiStyled } from '@mui/styles';
1+
import { ButtonBase, styled as muiStyled } from '@mui/material';
32
import styled from 'styled-components';
43

54
interface StyledSelectProps {
65
image: string;
76
}
87

9-
export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }: { theme: Theme }) => ({
8+
export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }) => ({
109
position: 'relative',
1110
backgroundPosition: 'center',
1211
backgroundRepeat: 'no-repeat',

0 commit comments

Comments
 (0)