From 57c4fc6bf88fcd4f3b6a422c1c3906eb5ebf00f3 Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:47:15 +0800 Subject: [PATCH] Fix X button animation glitches in secret key modals (#23614) --- web/app/components/develop/secret-key/secret-key-generate.tsx | 4 +++- web/app/components/develop/secret-key/secret-key-modal.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/web/app/components/develop/secret-key/secret-key-generate.tsx b/web/app/components/develop/secret-key/secret-key-generate.tsx index 3d15b045e..4ec6f52b3 100644 --- a/web/app/components/develop/secret-key/secret-key-generate.tsx +++ b/web/app/components/develop/secret-key/secret-key-generate.tsx @@ -23,7 +23,9 @@ const SecretKeyGenerateModal = ({ const { t } = useTranslation() return ( - +
+ +

{t('appApi.apiKeyModal.generateTips')}

diff --git a/web/app/components/develop/secret-key/secret-key-modal.tsx b/web/app/components/develop/secret-key/secret-key-modal.tsx index b61e2314c..bde1811d0 100644 --- a/web/app/components/develop/secret-key/secret-key-modal.tsx +++ b/web/app/components/develop/secret-key/secret-key-modal.tsx @@ -84,7 +84,9 @@ const SecretKeyModal = ({ return ( - +
+ +

{t('appApi.apiKeyModal.apiSecretKeyTips')}

{!apiKeysList &&
} {