SIGN IN SIGN UP

fix(styles): restore primary button hover for Nova and Lyra (#10807)

The default button variant used [a]:hover, which only applies to anchor
elements. Buttons render as <button>, so hover had no effect on create
and in installed projects. Use hover:bg-primary/80 to match other styles.

Fixes #10798

Co-authored-by: Cursor <cursoragent@cursor.com>
S
shadcn committed
efdec3ca4523e5edd8a714f633002a7addc203a1
Parent: 5c84929
Committed by GitHub <noreply@github.com> on 5/29/2026, 12:13:58 PM