Improve dark-mode theme in sign in/up pages
What does this MR do and why?
Improve dark-mode theme in sign in/up pages
- Remove grey background color
- Remove unneeded class
- Change background of sign in tabs in dark mode
Changelog: changed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
Improved transitions between the login pages in dark mode and the rest of the application:
Screen_Recording_2024-01-29_at_13.05.05
How to set up and validate locally
- Set
default_theme: 11
inconfig/gitlab.yml
. - Restart rails:
gdk restart rails-web
- On an incognito window go to:
/users/sign_in
Edited by Eduardo Sanz García