Frontend
Button styling
VagueMake the button look better.
EngineeredRefactor the primary button to match our design tokens: 8px border-radius, hover state at
--accent-hover, disabled state at 40% opacity, focus ring using the existing --ring CSS variable. Apply to all button[data-variant='primary']. Preserve click handlers.