We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845c0ff commit 570554cCopy full SHA for 570554c
packages/theme/src/lib/legacy-theme.ts
@@ -1136,10 +1136,10 @@ export const legacyTheme = {
1136
flexWrap: 'wrap'
1137
},
1138
spacing: {
1139
- marginBottom: '-8px',
+ gap: '8px',
1140
'.MuiButton-root': {
1141
- marginBottom: '8px'
1142
- }
+ margin: 0,
+ },
1143
1144
1145
packages/theme/src/lib/light-theme.ts
@@ -1049,9 +1049,9 @@ export const lightTheme = {
1049
flexWrap: 'wrap',
1050
1051
1052
1053
1054
- marginBottom: '8px',
1055
1056
1057
0 commit comments