From 0363170eab4c2adaae1daa9ef3639dc7bdb3229a Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 10 Jul 2026 23:06:38 +0800 Subject: [PATCH] change(ui): increase font size of disabled button from 13px to 14px --- 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 4da7127..29ce751 100644 --- a/frontend/src/ui/styles.css +++ b/frontend/src/ui/styles.css @@ -557,7 +557,7 @@ button:disabled { border-radius: 8px; color: #5f6877; background: transparent; - font-size: 13px; + font-size: 14px; font-weight: 850; }