Skip to content

Commit 4e4af83

Browse files
committed
revert-theme.actual
1 parent 360f5ef commit 4e4af83

File tree

1 file changed

+7
-14
lines changed
  • packages/mui-codemod/src/deprecations/divider-props/test-cases

1 file changed

+7
-14
lines changed
Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,47 @@
11
fn({
22
MuiDivider: {
33
defaultProps: {
4-
sx: {
5-
opacity: "0.6"
6-
},
4+
light: true,
75
},
86
},
97
});
108
fn({
119
MuiDivider: {
1210
defaultProps: {
11+
light: true,
1312
className: 'my-class',
14-
sx: {
15-
opacity: "0.6"
16-
},
1713
},
1814
},
1915
});
2016
fn({
2117
MuiDivider: {
2218
defaultProps: {
19+
light,
2320
className: 'my-class',
24-
sx: {
25-
opacity: "0.6"
26-
},
2721
},
2822
},
2923
});
3024

3125
fn({
3226
MuiDivider: {
3327
defaultProps: {
28+
light,
3429
className: 'my-class',
35-
3630
sx: {
3731
opacity: '0.7',
38-
}
32+
},
3933
},
4034
},
4135
});
4236

4337
fn({
4438
MuiDivider: {
4539
defaultProps: {
40+
light,
4641
className: 'my-class',
47-
4842
sx: {
4943
bgcolor: 'black',
50-
opacity: "0.6"
51-
}
44+
},
5245
},
5346
},
5447
});

0 commit comments

Comments
 (0)