From 5254b2ab2e013dbea4646da934378fd5da1efd30 Mon Sep 17 00:00:00 2001 From: Musangamfura Emmanuel Date: Sat, 1 Jul 2023 10:21:12 +0100 Subject: [PATCH] Update Colors --- src/components/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home.js b/src/components/Home.js index df3a53b..ecfd4f4 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -7,7 +7,7 @@ function Home() { const categories = useSelector((state) => state.shows.categories); const allCategories = ['All', ...categories]; const shows = useSelector((state) => state.shows.Shows); - const bgColors = ['#003153', '#004170']; + const bgColors = ['#0C2340', '#1D428A']; const [filteredCategory, setFilteredCategory] = useState('All');