We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34afd1d commit b3c88edCopy full SHA for b3c88ed
1 file changed
packages/mdx/src/mini-editor/editor-frame.tsx
@@ -63,7 +63,7 @@ export const EditorFrame = React.forwardRef<
63
style={{
64
background: getColor(
65
theme,
66
- ColorName.EditorGroupHeaderBackground
+ ColorName.EditorBackground
67
),
68
...style,
69
}}
@@ -72,6 +72,10 @@ export const EditorFrame = React.forwardRef<
72
className={"ch-frame-title-bar"}
73
74
color: getColor(theme, ColorName.IconForeground),
75
+ background: getColor(
76
+ theme,
77
+ ColorName.EditorGroupHeaderBackground
78
+ ),
79
80
>
81
<TabsContainer
@@ -98,6 +102,10 @@ export const EditorFrame = React.forwardRef<
98
102
99
103
ColorName.IconForeground
100
104
105
106
107
108
101
109
110
111
0 commit comments