|
All checks were successful
Deploy to Production / deploy (push) Successful in 53s
Same Tailwind-v4 bracket-arbitrary issue we hit on the marketing burger menu: bg-[--color-bg-elevated] compiles to `background-color: --color-bg-elevated` (no var() wrap → invalid color → transparent). Both dropdowns were rendering see-through against the dashboard. Switch both to the proven pattern: backdrop-blur-md class + inline style for backgroundColor + borderColor using color-mix() and explicit var(). 88% elevated-panel fill gives a clear frosted-glass look while keeping the menu items readable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ui | ||
| code-block.tsx | ||
| cookie-banner.tsx | ||
| country-picker.tsx | ||
| docs-page.tsx | ||
| input.tsx | ||
| install-snippets.tsx | ||
| json-ld.tsx | ||
| logo.tsx | ||
| marketing-auth-buttons.tsx | ||
| marketing-mobile-menu.tsx | ||
| mobile-action-bar.tsx | ||
| site-banner.tsx | ||
| status-pill.tsx | ||
| streaming-logs.tsx | ||
| user-menu.tsx | ||