modified the style overrides for the toggle button group

This commit is contained in:
csawatzky 2025-03-20 15:35:46 -06:00
parent ebf889fa7c
commit adc543140a

View file

@ -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: {