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<
6363 style = { {
6464 background : getColor (
6565 theme ,
66- ColorName . EditorGroupHeaderBackground
66+ ColorName . EditorBackground
6767 ) ,
6868 ...style ,
6969 } }
@@ -72,6 +72,10 @@ export const EditorFrame = React.forwardRef<
7272 className = { "ch-frame-title-bar" }
7373 style = { {
7474 color : getColor ( theme , ColorName . IconForeground ) ,
75+ background : getColor (
76+ theme ,
77+ ColorName . EditorGroupHeaderBackground
78+ ) ,
7579 } }
7680 >
7781 < TabsContainer
@@ -98,6 +102,10 @@ export const EditorFrame = React.forwardRef<
98102 theme ,
99103 ColorName . IconForeground
100104 ) ,
105+ background : getColor (
106+ theme ,
107+ ColorName . EditorGroupHeaderBackground
108+ ) ,
101109 } }
102110 >
103111 < TabsContainer
You can’t perform that action at this time.
0 commit comments