mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
17 lines
223 B
TypeScript
17 lines
223 B
TypeScript
![]() |
export default {
|
||
|
MuiToggleButtonGroup: {
|
||
|
styleOverrides: {
|
||
|
root: {
|
||
|
borderRadius: 4
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
MuiToggleButton: {
|
||
|
styleOverrides: {
|
||
|
root: {
|
||
|
borderRadius: 4
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|