pbaity / rocketchat-dark-mode

An easy user-togglable dark mode for Rocket.Chat
MIT License
367 stars 125 forks source link

Thread list broken in 3.15.0 #147

Closed ankar84 closed 3 years ago

ankar84 commented 3 years ago

Describe the bug Thread list broken in 3.15.0 - it's too light, and text hard to read

To Reproduce Steps to reproduce the behavior:

  1. Go to channel
  2. Click on thread icon
  3. Check

Expected behavior Thread list should be more darker

Screenshots image

Desktop (please complete the following information):

Additional context

fix

body.dark-mode .rcx-css-136xdpx {
    background-color: var(--color-darkest);
}