From 65c200f2120645f04330bd99cbf4a3793041851f Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Tue, 29 Apr 2025 21:07:47 +0100
Subject: [PATCH] :lipstick: update debug overlay color
---
src/components/DebugOverlay.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/DebugOverlay.tsx b/src/components/DebugOverlay.tsx
index 52b5620..8fb807b 100644
--- a/src/components/DebugOverlay.tsx
+++ b/src/components/DebugOverlay.tsx
@@ -25,7 +25,7 @@ const Item = styled.div`
border: solid 1px red;
font-size: 3rem;
font-weight: bold;
- color: yellow;
+ color: red;
`;
const DebugOverlay = () => {