From f761917399393676d7f3ce8c594356bd993ea352 Mon Sep 17 00:00:00 2001 From: chenhang Date: Wed, 8 Jul 2026 11:16:13 +0800 Subject: [PATCH] style(chat): improve insufficient credits description size --- .../chat/components/chat-insufficient-credits-banner.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/chat/components/chat-insufficient-credits-banner.module.css b/src/app/chat/components/chat-insufficient-credits-banner.module.css index b8424c5f..601198c0 100644 --- a/src/app/chat/components/chat-insufficient-credits-banner.module.css +++ b/src/app/chat/components/chat-insufficient-credits-banner.module.css @@ -34,7 +34,7 @@ max-width: min(100%, 360px); margin: 0 auto var(--spacing-lg, 16px); color: rgba(255, 255, 255, 0.88); - font-size: var(--responsive-caption, 13px); + font-size: var(--responsive-body, 16px); font-weight: 600; line-height: 1.45; }