From f4f7e109533c4f2c2673e7e1b9714e6788124722 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 16 Sep 2025 16:23:47 +0800 Subject: [PATCH] fix(ui): prevent update button jitter when checking for updates - Add min-width to update button to maintain consistent width across states - Ensure all button states have consistent border styling with transparent borders --- src/components/SettingsModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index c95cc72..f9646c8 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -258,11 +258,11 @@ export default function SettingsModal({ onClose }: SettingsModalProps) {