From 852583ec8a80c5a140c86dafcfd3eea3d16f4751 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Mon, 16 Jun 2025 15:01:27 +0800 Subject: [PATCH] fix some dark theme display incorrect --- .../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 24e1e39ff5..c77d0d0a70 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' />