Skip to content

Commit

Permalink
add test in creatheme.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Nov 22, 2024
1 parent 9e30699 commit 6465406
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/mui-material/src/styles/createTheme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@ const theme = createTheme();
{
createTheme({
components: {
MuiGrid2: {
styleOverrides: {
root: {
backgroundColor: 'red',
},
container: {
backgroundColor: 'red',
},
'spacing-xs-0': {
backgroundColor: 'red',
},
'direction-xs-column': {
backgroundColor: 'red',
},
'wrap-xs-nowrap': {
backgroundColor: 'red',
},
'grid-xs-1': {
backgroundColor: 'red',
},
},
},
MuiPopper: {
styleOverrides: {
root: {
Expand Down

0 comments on commit 6465406

Please sign in to comment.