codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Move shared tag chip theme to parent component #137

Closed codyswanner closed 2 months ago

codyswanner commented 2 months ago

Both Tag.js and ExcessTag.js are using an identical custom theme for styling. Moving this up to their parent component and passing it in as a prop or wrapping both in a theme provider would reduce repetition and ensure consistency between them.

codyswanner commented 2 months ago

Resolved by pull request #143. Sorry this didn't get linked!