Closed codyswanner closed 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.
Resolved by pull request #143. Sorry this didn't get linked!
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.