From 6c0a91a64f09b682f371d91ec16d00afdd428677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Tue, 17 Jun 2025 16:11:57 +0800 Subject: [PATCH] fix: some dark theme display incorrect (#21055) --- .../install-plugin/install-from-github/steps/selectPackage.tsx | 2 ++ web/app/components/workflow/panel/env-panel/variable-modal.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/components/plugins/install-plugin/install-from-github/steps/selectPackage.tsx b/web/app/components/plugins/install-plugin/install-from-github/steps/selectPackage.tsx index 24e1e39ff..c77d0d0a7 100644 --- a/web/app/components/plugins/install-plugin/install-from-github/steps/selectPackage.tsx +++ b/web/app/components/plugins/install-plugin/install-from-github/steps/selectPackage.tsx @@ -83,6 +83,7 @@ const SelectPackage: React.FC = ({ installedValue={updatePayload?.originalPackageInfo.version} placeholder={t(`${i18nPrefix}.selectVersionPlaceholder`) || ''} popupClassName='w-[512px] z-[1001]' + triggerClassName='text-components-input-text-filled' />