From 549d87942b1ad4ffca2d91f82b01479910148223 Mon Sep 17 00:00:00 2001 From: kachbit Date: Mon, 27 Nov 2023 21:29:02 -0800 Subject: [PATCH] configure dark mode styles --- frontend/src/App.tsx | 22 ++++++++++++++-------- frontend/src/index.css | 19 ++++++++++++++++++- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index b34c8bc..0ab18ec 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -157,7 +157,7 @@ function App() { }; return ( -
+
{IS_RUNNING_ON_CLOUD && } {IS_RUNNING_ON_CLOUD && ( -
+

Screenshot to Code

@@ -191,7 +191,7 @@ function App() { {executionConsole.slice(-1)[0]}
-
@@ -208,26 +208,32 @@ function App() { value={updateInstruction} />
-
+
Include screenshot of current version?
- +