codeforboston / mattapan-mapping

Mattapan Mapping application. A collaborative between powerfulpathways.org & codeforboston.org . Ideation phase.
https://mattapan-pp.netlify.app/
MIT License
5 stars 16 forks source link

Explore page: Pass `narrativeColor` hook value to change HeaderContainer background. #96

Closed thadk closed 2 years ago

thadk commented 2 years ago

Take the HeaderContainer component (highlighted in blue here) and make its background also follow the narrativeColor useState hook like the ExplorePageNarratives (highlighted in peach) component does (move that useState upward)

Also make the text-color black by default but white when on the Explore page.

image

(Requested by Sasha)