From bc2046fcc6513242aa1bc1dbc2f0a059ae57785f Mon Sep 17 00:00:00 2001 From: chenhang Date: Wed, 24 Jun 2026 17:57:17 +0800 Subject: [PATCH] fix(styles): increase font size for used and total numbers for better visibility --- src/app/sidebar/components/voice-package-card.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/sidebar/components/voice-package-card.module.css b/src/app/sidebar/components/voice-package-card.module.css index ad71ec69..fcc0c6e8 100644 --- a/src/app/sidebar/components/voice-package-card.module.css +++ b/src/app/sidebar/components/voice-package-card.module.css @@ -77,7 +77,7 @@ .usedNumber { display: inline-flex; color: #fa438b; - font-size: 20px; + font-size: 30px; font-weight: 700; line-height: 1; } @@ -85,7 +85,7 @@ .totalNumber { display: inline-flex; color: #000000; - font-size: 20px; + font-size: 30px; font-weight: 700; line-height: 1; }