Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment
This commit is contained in:
commit
36d1eaf22c
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