Quality gate passedQuality score99· Coverage rate88% · 0 critical findings; safe to merge.
Unify button corner radii and hover states
hancloud-webstyle/button-radiusShen Zhiwei · 2026-06-04 17:36src/components/Button.tsx+1−1
1-<button className="btn rounded-sm hover:opacity-80">
1+<button className="btn rounded-md transition-colors hover:bg-primary/90">
A
AI reviewerAIInfo
Extract the border radius into a design token such as radius-md to avoid inconsistent rounded-* values.
22 {children}
33 </button>