Skip to main content
June 28, 20261.16.0v1.16.0RSS

v1.16.0 — [UI/UX] Sign-in and sign-up buttons use hardcoded brand hex colors that break dark mode and theming

Release Notes

The auth provider buttons in sign-in-form.tsx and sign-up-form.tsx map GitHub to bg-[#24292f], Microsoft to bg-[#2f2f2f], and Okta to bg-[#007dc1] — raw hex values that ignore the app's theme token system, won't adapt to dark mode, and violate the shell-first design mandate of using CSS tokens only.

Category: token-compliance File: N/A Recommendation: