From 42604f25d5c5907c73a221dd7fe9d6b558ad6056 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Sat, 14 Jun 2025 16:10:05 +0000 Subject: [PATCH] Improve menu visibility by changing the background color to teal Updates SheetContent component to use a teal background and white text color. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e4277a6e-587a-496e-8663-733446748f62 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/74842324-d0bf-4b53-adca-aadd34bc7a79.jpg --- client/src/components/navigation/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/navigation/header.tsx b/client/src/components/navigation/header.tsx index 00f8505..be0a86c 100644 --- a/client/src/components/navigation/header.tsx +++ b/client/src/components/navigation/header.tsx @@ -57,13 +57,13 @@ export default function Header() {
-