From c9041ba5134ad3bacc720da817a612905e072ec4 Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Thu, 11 Jun 2026 03:22:58 -0400 Subject: [PATCH] style(MediaViewerEditor): update background styles for improved aesthetics style(HexEditor): remove background color for a cleaner look style(ConfigEditor): remove background color for consistency --- src/app/components/ConfigEditor.tsx | 2 +- src/app/components/HexEditor.tsx | 2 +- src/app/components/MediaViewerEditor.tsx | 14 ++++++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/components/ConfigEditor.tsx b/src/app/components/ConfigEditor.tsx index b5d169a..b097aa9 100644 --- a/src/app/components/ConfigEditor.tsx +++ b/src/app/components/ConfigEditor.tsx @@ -44,7 +44,7 @@ export default function ConfigEditor({ text, onSave }: ConfigEditorProps) { }; return ( -
+
-
+
+
+
); }