From 463f5a34c6979805dd8c528ae3eaee9d4736cafd Mon Sep 17 00:00:00 2001 From: JzoNg Date: Fri, 13 Dec 2024 14:06:07 +0800 Subject: [PATCH] dark mode for plugins --- web/app/components/base/copy-btn/index.tsx | 4 +- .../plugins/marketplace/list/card-wrapper.tsx | 4 +- .../marketplace/sort-dropdown/index.tsx | 8 ++-- .../plugin-detail-panel/endpoint-card.tsx | 37 +++++++++++++++---- .../plugins/plugin-page/list/index.tsx | 2 +- web/app/components/plugins/provider-card.tsx | 4 +- 6 files changed, 40 insertions(+), 19 deletions(-) diff --git a/web/app/components/base/copy-btn/index.tsx b/web/app/components/base/copy-btn/index.tsx index c6428746f2..5159a96040 100644 --- a/web/app/components/base/copy-btn/index.tsx +++ b/web/app/components/base/copy-btn/index.tsx @@ -36,7 +36,7 @@ const CopyBtn = ({ >
-
+
diff --git a/web/app/components/plugins/marketplace/list/card-wrapper.tsx b/web/app/components/plugins/marketplace/list/card-wrapper.tsx index 502a920212..a379102efd 100644 --- a/web/app/components/plugins/marketplace/list/card-wrapper.tsx +++ b/web/app/components/plugins/marketplace/list/card-wrapper.tsx @@ -32,7 +32,7 @@ const CardWrapper = ({ if (showInstallButton) { return (
{ showInstallButton && ( -
+