File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ const styles = {
146
146
} ) ,
147
147
148
148
codeWrapper : ( theme ) => ( {
149
- background : theme . palette . background . paperLight ,
149
+ background : theme . palette . background . paper ,
150
150
} ) ,
151
151
152
152
files : ( theme ) => ( {
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ export const TimelineDateRow: FC<TimelineDateRow> = ({ date }) => {
14
14
return (
15
15
< TableRow
16
16
css = { css `
17
- background : ${ theme . palette . background . paper } ;
18
-
19
17
& : not (: first-of-type ) td {
20
18
border-top : 1px solid ${ theme . palette . divider } ;
21
19
}
@@ -24,7 +22,7 @@ export const TimelineDateRow: FC<TimelineDateRow> = ({ date }) => {
24
22
< TableCell
25
23
css = { {
26
24
padding : `8px 32px !important` ,
27
- background : `${ theme . palette . background . paperLight } !important` ,
25
+ background : `${ theme . palette . background . paper } !important` ,
28
26
fontSize : 12 ,
29
27
position : "relative" ,
30
28
color : theme . palette . text . secondary ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ const styles = {
120
120
} ,
121
121
122
122
"&.debug" : {
123
- backgroundColor : theme . palette . background . paperLight ,
123
+ backgroundColor : theme . palette . background . paper ,
124
124
} ,
125
125
126
126
"&.warn" : {
You can’t perform that action at this time.
0 commit comments