diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index bde3cae..8911165 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -171,7 +171,7 @@ function App() { }; return ( -
+
{IS_RUNNING_ON_CLOUD && } {IS_RUNNING_ON_CLOUD && ( )} -
-
+

Screenshot to Code

@@ -211,7 +210,10 @@ function App() { {executionConsole.slice(-1)[0]}
-
@@ -228,26 +230,32 @@ function App() { value={updateInstruction} />
-
+
Include screenshot of current version?
- +
+
+
+
+ +
+ +
+
+ + +
diff --git a/frontend/src/components/ui/select.tsx b/frontend/src/components/ui/select.tsx index cdfb8ce..1dcfce0 100644 --- a/frontend/src/components/ui/select.tsx +++ b/frontend/src/components/ui/select.tsx @@ -159,4 +159,4 @@ export { SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, -} +} \ No newline at end of file diff --git a/frontend/src/index.css b/frontend/src/index.css index ab05eb6..9d965f3 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -61,9 +61,21 @@ --radius: 0.5rem; } + + body.dark { + background-color: black; + } + + div[role="presentation"].dark { + background-color: #09090b !important; + } + + iframe { + background-color: white !important; + } .dark { - --background: 222.2 84% 4.9%; + --background: 222.2 0% 0%; --foreground: 210 40% 98%; --card: 222.2 84% 4.9%; diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 6daa7bf..2e771a7 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -7,6 +7,6 @@ import { Toaster } from "react-hot-toast"; ReactDOM.createRoot(document.getElementById("root")!).render( - + );