diff --git a/src/vs/workbench/contrib/void/browser/react/src/styles.css b/src/vs/workbench/contrib/void/browser/react/src/styles.css index e920363c..fce5698e 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/styles.css +++ b/src/vs/workbench/contrib/void/browser/react/src/styles.css @@ -25,7 +25,7 @@ } -.bg-editor-override { +.bg-editor-style-override { --vscode-sideBar-background: var(--vscode-editor-background); } diff --git a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx index 9071863d..3bdf4707 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx @@ -309,7 +309,7 @@ export const VoidCodeEditor = ({ initValue, language }: { initValue: string, lan return