feat(filter): add filter app

This commit is contained in:
Ali BARIN
2023-02-26 17:02:30 +01:00
parent 1f7228f95a
commit 5ee7b85cc4
22 changed files with 570 additions and 10993 deletions
-8
View File
@@ -251,14 +251,6 @@ const extendedTheme = createTheme({
}),
},
},
MuiOutlinedInput: {
styleOverrides: {
inputSizeSmall: ({ theme }) => ({
// 1.5625 = 12.5px based on 1 = 8px
padding: theme.spacing(1.5625, 1.75),
}),
},
},
MuiTab: {
styleOverrides: {
root: ({ theme }) => ({