diff --git a/web/app/apple-icon.tsx b/web/app/apple-icon.tsx index e90b987..c2e7f79 100644 --- a/web/app/apple-icon.tsx +++ b/web/app/apple-icon.tsx @@ -13,20 +13,17 @@ export default function AppleIcon() { display: "flex", alignItems: "center", justifyContent: "center", - background: "#facc15", - border: "8px solid #000000", - boxSizing: "border-box", - fontFamily: - '"Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', + background: "#18181b", + color: "white", + fontFamily: '"Helvetica", "Arial", sans-serif', position: "relative", }} > @@ -35,11 +32,12 @@ export default function AppleIcon() {
diff --git a/web/app/error.tsx b/web/app/error.tsx index eb67727..a8e5682 100644 --- a/web/app/error.tsx +++ b/web/app/error.tsx @@ -14,27 +14,27 @@ export default function Error({ }, [error]); return ( -
-
-
+
+
+
- - api unreachable + + API unreachable
-
-

+
+

Couldn't reach the API

-

+

The dashboard fetches data from{" "} - + api-server:3000 {" "} on the internal docker network. The container may be down or @@ -44,16 +44,17 @@ export default function Error({ -

-
- error +
+
+ Error
-
+            
               {error.message}
               {error.digest ? `\n\ndigest: ${error.digest}` : ""}
             
diff --git a/web/app/icon.tsx b/web/app/icon.tsx index 6f15855..37ae6a8 100644 --- a/web/app/icon.tsx +++ b/web/app/icon.tsx @@ -13,20 +13,18 @@ export default function Icon() { display: "flex", alignItems: "center", justifyContent: "center", - background: "#facc15", - border: "24px solid #000000", - boxSizing: "border-box", - fontFamily: - '"Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', + background: "#18181b", + borderRadius: 96, + color: "white", + fontFamily: '"Helvetica", "Arial", sans-serif', position: "relative", }} > @@ -35,11 +33,12 @@ export default function Icon() {
diff --git a/web/app/layout.tsx b/web/app/layout.tsx index e6058d7..be69b61 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -9,13 +9,7 @@ export const metadata: Metadata = { }; export const viewport: Viewport = { - themeColor: "#facc15", -}; - -const workbenchGrid = { - backgroundImage: - "radial-gradient(circle at 1px 1px, rgba(24,24,27,0.07) 1px, transparent 0)", - backgroundSize: "24px 24px", + themeColor: "#18181b", }; export default function RootLayout({ @@ -25,12 +19,11 @@ export default function RootLayout({ }) { return ( - +