From bf9a9d8461ca21b021c9c73cc2885c215dc0ae07 Mon Sep 17 00:00:00 2001 From: Venessa Kuchenik Date: Wed, 9 Jul 2025 09:03:34 -0700 Subject: [PATCH] updated colors adjusted text colors of sidebar tabs and header logo and username from black to dark green. --- client/src/components/header.jsx | 4 ++-- client/src/components/sidebar.jsx | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx index e7fe26c..72d8271 100644 --- a/client/src/components/header.jsx +++ b/client/src/components/header.jsx @@ -13,11 +13,11 @@ export default function Header() { alignItems="center" paddingLeft={5} paddingRight={2} bg="#EDF1F1" > - + - - - - + + + + + + ); }