File tree Expand file tree Collapse file tree
web/src/components/dashboards/perses Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,6 +218,28 @@ const mapPatterflyThemeToMUI = (theme: 'light' | 'dark'): ThemeOptions => {
218218 } ,
219219 } ,
220220 } ,
221+ MuiButtonGroup : {
222+ styleOverrides : {
223+ root : {
224+ // Remove border-radius from button groups to prevent pill shape
225+ '& .MuiButton-root' : {
226+ borderRadius : 'var(--pf-t--global--border--radius--tiny) !important' ,
227+ } ,
228+ } ,
229+ grouped : {
230+ borderRadius : 'var(--pf-t--global--border--radius--tiny) !important' ,
231+ } ,
232+ firstButton : {
233+ borderRadius : 'var(--pf-t--global--border--radius--tiny) !important' ,
234+ } ,
235+ lastButton : {
236+ borderRadius : 'var(--pf-t--global--border--radius--tiny) !important' ,
237+ } ,
238+ middleButton : {
239+ borderRadius : 'var(--pf-t--global--border--radius--tiny) !important' ,
240+ } ,
241+ } ,
242+ } ,
221243 MuiFormLabel : {
222244 styleOverrides : {
223245 root : {
You can’t perform that action at this time.
0 commit comments