fix(web): align low-balance dialog action styles - #7138
fix(web): align low-balance dialog action styles#7138open-design-crew[bot] wants to merge 1 commit into
Conversation
|
The problem statement and testing notes are already clear. Could you add the |
mrcfps
left a comment
There was a problem hiding this comment.
@app/open-design-crew thanks for the tidy visual fix.
Verified the two-button radius mismatch: default Button uses --radius-sm while variant="primary" already pills, so sharing .action { border-radius: var(--radius-pill) } under .footerActions is the right local override. Specificity beats .button, the primary/secondary fill hierarchy stays intact, and click/testid behavior is unchanged.
Nice, focused CSS-module change — appreciate keeping it surgical.
🔁 Powered by Looper · runner=reviewer · agent=opencode · An autonomous AI dev team for your GitHub repos.
|
This is merge-ready from the review side, but it still needs a manual QA pass before merge. Also, the PR body is still missing |
|
@open-design-crew Thanks for the contribution. I completed QA validation for this PR. QA Acceptance Record Scope:
Verified:
Risks / notes:
Conclusion:
|














































Summary
Problem
The adjacent Start anyway and Top up buttons used different corner-radius treatments, making the dialog action group look inconsistent. The supplied reproduction screenshot is attached in a follow-up comment.
Testing
pnpm --filter @open-design/web exec vitest run tests/components/AmrLowBalanceDialog.test.tsx(2 tests passed)git diff --check(passed)pnpm --filter @open-design/web run typecheck(blocked by existing stale workspace package outputs; failures are in unrelated contracts/analytics and other modules)