File tree 2 files changed +1
-2
lines changed
site/src/components/Resources
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ const styles = {
207
207
root : ( theme ) => ( {
208
208
padding : "20px 32px" ,
209
209
borderTop : `1px solid ${ theme . palette . divider } ` ,
210
- background : theme . palette . background . paper ,
211
210
overflowX : "auto" ,
212
211
scrollPadding : "0 32px" ,
213
212
} ) ,
Original file line number Diff line number Diff line change @@ -513,7 +513,6 @@ const useAgentLogs = (
513
513
514
514
const styles = {
515
515
agentRow : ( theme ) => ( {
516
- backgroundColor : theme . palette . background . paper ,
517
516
fontSize : 16 ,
518
517
borderLeft : `2px solid ${ theme . palette . text . secondary } ` ,
519
518
@@ -578,6 +577,7 @@ const styles = {
578
577
alignItems : "center" ,
579
578
gap : 48 ,
580
579
flexWrap : "wrap" ,
580
+ backgroundColor : theme . palette . background . paper ,
581
581
582
582
[ theme . breakpoints . down ( "md" ) ] : {
583
583
gap : 16 ,
You can’t perform that action at this time.
0 commit comments