Skip to content

Commit

Permalink
Update Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
musangamfure committed Jul 1, 2023
1 parent ce70008 commit 5254b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 5254b2a

Please sign in to comment.