From c176494405d7e31975a29a564a1503d1e20e3420 Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Fri, 15 Nov 2024 15:26:04 +0800 Subject: [PATCH] fix: search box style --- .../plugins/marketplace/search-box/tags-filter.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app/components/plugins/marketplace/search-box/tags-filter.tsx b/web/app/components/plugins/marketplace/search-box/tags-filter.tsx index 416cc99b91..dec07d0319 100644 --- a/web/app/components/plugins/marketplace/search-box/tags-filter.tsx +++ b/web/app/components/plugins/marketplace/search-box/tags-filter.tsx @@ -52,7 +52,10 @@ const TagsFilter = ({ open={open} onOpenChange={setOpen} > - setOpen(v => !v)}> + setOpen(v => !v)} + >