From 26bf3b55cd0a923924a5f72eef272ac223926d7b Mon Sep 17 00:00:00 2001 From: Akshay K Date: Thu, 17 Sep 2026 11:52:52 -0400 Subject: [PATCH] Change App-header background color to red --- client/src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.scss b/client/src/App.scss index db8789c..79de9c4 100644 --- a/client/src/App.scss +++ b/client/src/App.scss @@ -8,7 +8,7 @@ } .App-header { - background-color: yellow; + background-color: red; height: 150px; padding: 20px; color: white;