pbaity / rocketchat-dark-mode

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

[Fix] Reactions modal background color #145

Closed ankar84 closed 2 years ago

ankar84 commented 3 years ago

With this fix you get solid Reactions modal view in Dark Mode image closes https://github.com/pbaity/rocketchat-dark-mode/issues/143

ankar84 commented 3 years ago

Button background need to be redone, because it broke other modals like call start image Or another way is to set all modals background to same color.

UPD. And another things a broken now.

ankar84 commented 3 years ago

I guess there is now easy fix for that. I dud try to set whole background color to match both colors of button and list with

body.dark-mode .rc-modal-- {
    background-color: var(--color-dark-80);
}

And it looks pretty well image

But other modals are broken again image

I don't know how to fix that for now

pbaity commented 3 years ago

@ankar84 Did you figure out a fix for this that doesn't break anything elsewhere?

ankar84 commented 3 years ago

@ankar84 Did you figure out a fix for this that doesn't break anything elsewhere?

Nope, unfortunately

pbaity commented 2 years ago

Closing since the issue seems to be resolved anyway as of 3.18.1