From 4b14da223dafd8b7b2b294460ed34e3cb32e5ef5 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 27 Aug 2025 21:59:33 +0200 Subject: [PATCH] Fix background in dark mode --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index cf3b0cd..2214d0e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -95,6 +95,7 @@ function App() { }, 2 ); + const codeSnippet = () => { const jsome = json(); const withoutQuotes = jsome.replace(/"(\w+)":/g, "$1:"); @@ -230,7 +231,7 @@ function App() { Include defaults