From a26dbec87373e519f61f77863b24ee1a92ab3f68 Mon Sep 17 00:00:00 2001 From: chenhang Date: Tue, 23 Jun 2026 15:48:27 +0800 Subject: [PATCH] style(subscription): adjust agreement label font size to 12px --- src/app/subscription/components/subscription-screen.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/subscription/components/subscription-screen.module.css b/src/app/subscription/components/subscription-screen.module.css index 86c99156..ce5e7862 100644 --- a/src/app/subscription/components/subscription-screen.module.css +++ b/src/app/subscription/components/subscription-screen.module.css @@ -72,7 +72,7 @@ } .agreementLabel { - font-size: 17px; + font-size: 12px; } .agreementLink {