Skip to content

Commit

Permalink
fix(ui): display issues (#1195)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay committed Apr 29, 2024
1 parent 4c45766 commit 70760e8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/app/src/themes/componentOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const components = (
styleOverrides: {
root: {
overflow: 'scroll',
backgroundColor: themePalette.general.mainSectionBackgroundColor,
},
},
},
Expand All @@ -122,7 +123,7 @@ export const components = (
{
paddingLeft: '0',
},
'& > div[class*="MuiGrid-root"][class*="MuiGrid-container"][class*="MuiGrid-spacing-xs-6"] > div[class*="MuiGrid-item"][class*="MuiGrid-grid-xs-12"]':
'& > div[class*="MuiGrid-root"][class*="MuiGrid-container"][class*="MuiGrid-spacing-xs-6"][class*="-MuiGrid-root"] > div[class*="MuiGrid-item"][class*="MuiGrid-grid-xs-12"]':
{
paddingLeft: '0',
},
Expand Down Expand Up @@ -240,6 +241,17 @@ export const components = (
height: 0,
},
},
elevation0: {
'& div[class*="Mui-disabled"]': {
backgroundColor: 'unset',
},
'& span[class*="Mui-disabled"]': {
backgroundColor: 'unset',
},
'& input[class*="Mui-disabled"]': {
backgroundColor: 'unset',
},
},
elevation1: {
boxShadow: 'none',
borderRadius: '0',
Expand Down

0 comments on commit 70760e8

Please sign in to comment.