Textarea on email body not darkened in dark mode
harrylewis opened this issue · 2 comments
harrylewis commented
Hey @mckeever02,
This is a really cool project, and I'll be bookmarking it for later use. I like the ability to use this in both a light mode and dark mode. It seems in dark mode, the textarea
of the body is still white (with white text), so I'm not able to read what I am writing. I think there is an element missing in the CSS declaration in _scss/_style.scss
on line 373, that would account for this textarea
.
Keep in mind I am using Chrome v71. I've included a screenshot below.
mckeever02 commented
Whoops. I broke that in my last commit. Should be fixed now (might have to do a couple hard refreshes to clear your cache).
Thanks for pointing it out.
harrylewis commented
Awesome, thanks for making the fix so quickly.