DEV Community

Discussion on: Easy Dark Mode for Slack

Collapse
 
srisankaran profile image
Sri Sankaran • Edited

This works great except in Slack threads.

In a thread the text entry field is white and text is a very light gray.

Collapse
 
arunsathiya profile image
Arun

I see the same behaviour now, pretty sure this was not the case in the past. Wonder what changed.

Collapse
 
arunsathiya profile image
Arun

A quick workaround is to add .p-threads_footer__input .p-message_input_field { background: #000 }; to the CSS file.

In case anyone wants to use - gist.githubusercontent.com/arunsat...