From d86282aa60e35e10a910d7e1d8f0442148d77fc1 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 1 Apr 2026 08:57:16 -0500 Subject: [PATCH] Standardize button sizes in dialog actions - Use `size="sm"` for modal and alert dialog actions - Align button heights across project scripts and skills screens --- apps/web/src/components/ChatView.tsx | 3 ++- apps/web/src/components/ProjectScriptsControl.tsx | 11 +++++++---- apps/web/src/components/skills/CreateSkillDialog.tsx | 3 ++- apps/web/src/components/skills/SkillsPage.tsx | 6 +++--- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 8272abe33..73021d062 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -5602,11 +5602,12 @@ export default function ChatView({ threadId }: ChatViewProps) { - diff --git a/apps/web/src/components/ProjectScriptsControl.tsx b/apps/web/src/components/ProjectScriptsControl.tsx index 055893822..f2a455bb5 100644 --- a/apps/web/src/components/ProjectScriptsControl.tsx +++ b/apps/web/src/components/ProjectScriptsControl.tsx @@ -558,6 +558,7 @@ export default function ProjectScriptsControl({ - @@ -587,8 +589,8 @@ export default function ProjectScriptsControl({ This action cannot be undone. - }>Cancel - @@ -669,11 +671,12 @@ export default function ProjectScriptsControl({ ) : null} - ) : null} - + ) : !isCatalog && mutable ? ( - ) : null}