💄 update debug overlay color

This commit is contained in:
Chase Manning 2025-04-29 21:07:47 +01:00
commit 65c200f212

View file

@ -25,7 +25,7 @@ const Item = styled.div`
border: solid 1px red;
font-size: 3rem;
font-weight: bold;
color: yellow;
color: red;
`;
const DebugOverlay = () => {