feat: enlarge small size OutlinedInput
This commit is contained in:
@@ -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: {
|
MuiTab: {
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
root: {
|
root: {
|
||||||
|
Reference in New Issue
Block a user