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: make hero titles visible by fixing gradient text colors
- Fix PageHero title visibility issue:
- Change gradient from 'from-foreground to-muted-foreground' to 'from-white to-muted-foreground'
- Keep text-transparent and bg-clip-text for proper gradient text effect
- 'foreground' color was too similar to 'muted-foreground', making text invisible
- 'white' provides better contrast and visibility
- Problem solved:
- Hero titles now visible on all pages (Brand, Product, sub-pages)
- Maintains beautiful gradient text effect
- Consistent with design system while ensuring readability
- All hero elements (icon, title, description) now properly visible
0 commit comments