From 64654066ac6ddf1bf23b37c027c06a5f1e721fa4 Mon Sep 17 00:00:00 2001 From: sai6855 Date: Fri, 22 Nov 2024 17:55:27 +0530 Subject: [PATCH] add test in creatheme.spec.tsx --- .../src/styles/createTheme.spec.ts | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/mui-material/src/styles/createTheme.spec.ts b/packages/mui-material/src/styles/createTheme.spec.ts index e9616276ef22fe..c5013e11fe4024 100644 --- a/packages/mui-material/src/styles/createTheme.spec.ts +++ b/packages/mui-material/src/styles/createTheme.spec.ts @@ -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: {