From 20b14da1804561b85d28245c919159ea8019ca78 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 22 Dec 2025 11:02:05 -0700 Subject: [PATCH] updating monaco style --- src/components/editor/MonacoEditor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/editor/MonacoEditor.css b/src/components/editor/MonacoEditor.css index 6252a83..4b688f0 100644 --- a/src/components/editor/MonacoEditor.css +++ b/src/components/editor/MonacoEditor.css @@ -9,6 +9,9 @@ background-color: #030712 !important; /* background-color: #101828 !important; */ } +.sticky-widget { + background-color: #111624 !important; +} .monaco-editor { position: absolute !important; }