Avatar Selection UI Improvements for Light Mode #60
XredaX
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently noticed and resolved several UI issues with the avatar selection interface in light mode.
Issues identified:
Solution implemented:
I've made improvements to enhance the light mode experience while preserving the dark mode appearance:
- Added better contrast for card backgrounds
- Implemented natural-looking radial shadows using filter: drop-shadow()
- Improved visibility of navigation controls with proper styling
- Enhanced blur effects and glow transitions
Before :

After :

These changes provide a more consistent user experience across both light and dark themes.
You can see the implementation in PR #59
Beta Was this translation helpful? Give feedback.
All reactions