modified the style overrides for the toggle button group
This commit is contained in:
parent
ebf889fa7c
commit
adc543140a
1 changed files with 31 additions and 0 deletions
|
|
@ -245,6 +245,37 @@ function options(themeType: "light" | "dark"): ThemeOptions {
|
|||
},
|
||||
},
|
||||
},
|
||||
MuiToggleButtonGroup: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
borderRadius: 25
|
||||
},
|
||||
middleButton: {
|
||||
borderRadius: 24,
|
||||
marginRight: 5,
|
||||
marginLeft: 5,
|
||||
},
|
||||
lastButton: {
|
||||
borderRadius: 24,
|
||||
},
|
||||
firstButton: {
|
||||
borderRadius: 24,
|
||||
},
|
||||
grouped: {
|
||||
border: "none",
|
||||
color: "gray"
|
||||
}
|
||||
}
|
||||
},
|
||||
// MuiToggleButton: {
|
||||
// styleOverrides: {
|
||||
// root: {
|
||||
// "&:hover": {
|
||||
// backgroundColor: getPrimaryColour(),
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// MuiDataGrid: {
|
||||
// styleOverrides: {
|
||||
// root: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue