gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

Reference theme color via hook #85

Closed jarmentor closed 6 months ago

jarmentor commented 6 months ago

Opening a PR to resolve #81

While I'm unable to reproduce on my end, I believe this is the resolves the issue, if the reviewer might kindly confirm.

This PR modifies the DrawerMenu component to reference the text primary color from the theme object instead of passing "palette.text.primary" as a string.