Rocket.Chat.Electron
Rocket.Chat.Electron copied to clipboard
Download and Settings in Light Theme when operating on Dark Theme
Is your feature request related to a problem? Please describe.
Why is Settings and Download section so light in theme even when I am operating on Dark Theme.
Describe the solution you'd like Download and Settings should be Dark Themed when in dark mode and light when in light mode.
Describe alternatives you've considered None
Additional context Both section themes should match with corresponding selected theme.
I want to work on this issue, can it be assigned to me?
Reason
This happens because backgroundColor
has set to white
in
C:\Users\aryan\Desktop\GSOC2024\rocketChat\Rocket.Chat.Electron\src\ui\components\DownloadsManagerView\index.tsx
same goes for the settings.
Solution
all you have to do is, put ternary and toggle it with current theme mode.
To fix
I can fix it if its required.
thank you
Soon it will be implemented, we are waiting for the fuselage team to add the dark mode inside it.