feat: enlarge small size OutlinedInput

This commit is contained in:
Ali BARIN
2021-12-16 23:24:53 +01:00
parent b600179221
commit f6050f91c3

View File

@@ -246,6 +246,14 @@ const extendedTheme = createTheme({
}
}
},
MuiOutlinedInput: {
styleOverrides: {
inputSizeSmall: {
// 1.5625 = 12.5px based on 1 = 8px
padding: referenceTheme.spacing(1.5625, 1.75),
}
}
},
MuiTab: {
styleOverrides: {
root: {