From 9bc551f0ac10ab4a6c7285b5344bb7a15c052c6d Mon Sep 17 00:00:00 2001 From: Mathew Pareles Date: Fri, 3 Jan 2025 01:34:42 -0800 Subject: [PATCH] code editor bg --- src/vs/workbench/contrib/void/browser/react/src/styles.css | 3 +-- .../workbench/contrib/void/browser/react/src/util/inputs.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 6c3a61c9..e920363c 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/styles.css +++ b/src/vs/workbench/contrib/void/browser/react/src/styles.css @@ -25,8 +25,7 @@ } -/* redefine sidebar background to editor background */ -.my-code-editor { +.bg-editor-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 1ebdff20..9071863d 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
{ return instantiationService.createInstance( CodeEditorWidget,