Skip to content

Commit

Permalink
[Update] 非推奨のライブラリへの依存を削減
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoichaan0513 committed Feb 7, 2023
1 parent 80c9745 commit 1911369
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { ButtonBase, Theme } from '@mui/material';
import { styled as muiStyled } from '@mui/styles';
import { ButtonBase, styled as muiStyled } from '@mui/material';
import styled from 'styled-components';

interface StyledSelectProps {
image: string;
}

export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }: { theme: Theme }) => ({
export const StyledStyleSelectButton = muiStyled(ButtonBase)(({ theme }) => ({
position: 'relative',
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',
Expand Down

0 comments on commit 1911369

Please sign in to comment.