From b704335f6b2d57be7a667067eb2ce96b8742d376 Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 10 Jul 2026 23:03:46 +0800 Subject: [PATCH] change(ui): adjust font size of home prompt editor --- frontend/src/ui/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ui/styles.css b/frontend/src/ui/styles.css index f8d16b2..1409b07 100644 --- a/frontend/src/ui/styles.css +++ b/frontend/src/ui/styles.css @@ -142,7 +142,7 @@ button:disabled { .prompt-rich-editor.home-prompt-editor { color: #1f2937; - font-size: 20px; + font-size: 16px; line-height: 1.55; font-weight: 600; }