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; }