diff --git a/src/theme/theme.ts b/src/theme/theme.ts index e05b0f9..0545e21 100644 --- a/src/theme/theme.ts +++ b/src/theme/theme.ts @@ -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: {