You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): correct Primary button hover/active colors for true inversion
Fixed Primary button hover and active states to properly invert with light
theme's Secondary colors:
Dark mode Primary (was wrong):
- Hover: #E0E0E0 → #9A9A9A (now matches light's SecondaryHover)
- Active: #C0C0C0 → #6A6A6A (now matches light's SecondaryActive)
Now the inversion is complete and consistent across all button states.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
0 commit comments