From b036a942815a028e5683ccbcac588193e6862c7a Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 19 Oct 2025 10:38:25 +0800 Subject: [PATCH] fix: standardize MCP panel button font sizes to match app-wide consistency Remove size="sm" from MCP panel buttons to use default text-sm instead of text-xs, ensuring visual consistency with buttons throughout the application. --- src/components/mcp/McpFormModal.tsx | 3 +-- src/components/mcp/McpPanel.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/mcp/McpFormModal.tsx b/src/components/mcp/McpFormModal.tsx index f006fa7..312cdd6 100644 --- a/src/components/mcp/McpFormModal.tsx +++ b/src/components/mcp/McpFormModal.tsx @@ -654,12 +654,11 @@ const McpFormModal: React.FC = ({ {/* 操作按钮 */}
- @@ -191,7 +191,6 @@ const McpPanel: React.FC = ({ open, onOpenChange, appType }) => {