Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Nov 27, 2024
1 parent 81e80a0 commit 2ce649a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/mui-material/src/styles/createTheme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,18 @@ const theme = createTheme();
container: {
justifyContent: 'space-between',
},
'direction-xs-column': {
backgroundColor: 'red',
},
'grid-lg-1': {
backgroundColor: 'blue',
},
'spacing-xs-0': {
backgroundColor: 'green',
},
'wrap-xs-nowrap': {
backgroundColor: 'yellow',
},
},
},
},
Expand Down

0 comments on commit 2ce649a

Please sign in to comment.