pbaity / rocketchat-dark-mode

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

Direct Messages modal hard to use in 3.16.X #150

Closed ankar84 closed 2 years ago

ankar84 commented 3 years ago

Describe the bug Create Direct Messages modal not usable in Dark mode in 3.16.X server versions

To Reproduce Steps to reproduce the behavior:

  1. Click on Create new icon
  2. Select Direct Messages
  3. See not very good looking modal window

Expected behavior Proper colors for create DM modal

Screenshots image image

Desktop (please complete the following information):

ankar84 commented 3 years ago

I guess button will hard to fix because of using rcx-box rcx-box--full rcx-box--animated rcx-button rcx-button-group__item that is used all over Rocket Chat elements.

But here is a fix for that search panel results

body.dark-mode .rcx-css-dpt4t8 {
    color: var(--color-dark);
}

image

ankar84 commented 3 years ago

Partly fixed in https://github.com/pbaity/rocketchat-dark-mode/pull/151