feat(tip): enlarge and simplify payment interface

This commit is contained in:
2026-07-21 15:51:09 +08:00
parent 0381090867
commit 36d8fcf2c3
5 changed files with 96 additions and 124 deletions
@@ -81,7 +81,7 @@ describe("PaymentMethodSelector", () => {
expect(html).toContain('data-density="compact"');
expect(html).toContain("Payment Method");
expect(html).not.toContain("This caption is hidden");
expect(html).toContain("min-h-11");
expect(html).toContain("min-h-13");
});
it("does not render when payment method selection is unavailable", () => {