File tree 3 files changed +3
-5
lines changed
pages/TemplateVersionEditorPage
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export const AgentRowPreview: FC<AgentRowPreviewProps> = ({
103
103
const styles = {
104
104
agentRow : ( theme ) => ( {
105
105
padding : "16px 32px" ,
106
- backgroundColor : theme . palette . background . paperLight ,
106
+ backgroundColor : theme . palette . background . paper ,
107
107
fontSize : 16 ,
108
108
position : "relative" ,
109
109
Original file line number Diff line number Diff line change @@ -207,9 +207,9 @@ export const coderTheme = (theme: Theme): editor.IStandaloneThemeData => ({
207
207
] ,
208
208
colors : {
209
209
"editor.foreground" : theme . palette . text . primary ,
210
- "editor.background" : theme . palette . background . paper ,
210
+ "editor.background" : theme . palette . background . default ,
211
211
"editor.selectionBackground" : theme . palette . action . hover ,
212
- "editor.lineHighlightBackground" : theme . palette . background . paperLight ,
212
+ "editor.lineHighlightBackground" : theme . palette . background . paper ,
213
213
214
214
"editorCursor.foreground" : "#f8f8f0" ,
215
215
"editorWhitespace.foreground" : "#3B3A32" ,
Original file line number Diff line number Diff line change @@ -471,7 +471,6 @@ const styles = {
471
471
alignItems : "center" ,
472
472
justifyContent : "space-between" ,
473
473
height : topbarHeight ,
474
- background : theme . palette . background . paper ,
475
474
} ) ,
476
475
topbarSides : {
477
476
display : "flex" ,
@@ -486,7 +485,6 @@ const styles = {
486
485
} ,
487
486
sidebar : ( theme ) => ( {
488
487
minWidth : 256 ,
489
- backgroundColor : theme . palette . background . paper ,
490
488
borderRight : `1px solid ${ theme . palette . divider } ` ,
491
489
} ) ,
492
490
sidebarTitle : ( theme ) => ( {
You can’t perform that action at this time.
0 commit comments