File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
packages/mdx/src/mini-editor Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export const EditorFrame = React.forwardRef<
63
63
style = { {
64
64
background : getColor (
65
65
theme ,
66
- ColorName . EditorGroupHeaderBackground
66
+ ColorName . EditorBackground
67
67
) ,
68
68
...style ,
69
69
} }
@@ -72,6 +72,10 @@ export const EditorFrame = React.forwardRef<
72
72
className = { "ch-frame-title-bar" }
73
73
style = { {
74
74
color : getColor ( theme , ColorName . IconForeground ) ,
75
+ background : getColor (
76
+ theme ,
77
+ ColorName . EditorGroupHeaderBackground
78
+ ) ,
75
79
} }
76
80
>
77
81
< TabsContainer
@@ -98,6 +102,10 @@ export const EditorFrame = React.forwardRef<
98
102
theme ,
99
103
ColorName . IconForeground
100
104
) ,
105
+ background : getColor (
106
+ theme ,
107
+ ColorName . EditorGroupHeaderBackground
108
+ ) ,
101
109
} }
102
110
>
103
111
< TabsContainer
You can’t perform that action at this time.
0 commit comments