diff --git a/src/components/Search/Search.tsx b/src/components/Search/Search.tsx index 50116a5..2a16aee 100644 --- a/src/components/Search/Search.tsx +++ b/src/components/Search/Search.tsx @@ -19,7 +19,6 @@ export const Field = styled(TextField)(({ theme }) => ({ paddingLeft: 5, minHeight: 36, }, - border: `1px solid ${theme.palette.divider}`, borderRadius: 6, })); diff --git a/src/theme/theme.tsx b/src/theme/theme.tsx index 68be4e4..9d428a1 100644 --- a/src/theme/theme.tsx +++ b/src/theme/theme.tsx @@ -548,7 +548,8 @@ export const useCreateTheme = (mode: PaletteType) => { MuiPaper: { styleOverrides: { elevation1: { - border: `1px solid ${colors.divider}`, + // border: `1px solid ${colors.divider}`, + border: 'none', boxShadow: 'none', }, rounded: {