From efb88a4df8037fc1394a9e2053c49e75d340f401 Mon Sep 17 00:00:00 2001 From: AutumnVN Date: Tue, 19 Sep 2023 09:10:15 +0700 Subject: [PATCH] favGifSearch: fix search bar (#1732) --- src/plugins/favGifSearch/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/favGifSearch/index.tsx b/src/plugins/favGifSearch/index.tsx index d10c515..d2966e9 100644 --- a/src/plugins/favGifSearch/index.tsx +++ b/src/plugins/favGifSearch/index.tsx @@ -60,7 +60,7 @@ interface Instance { } -const containerClasses: { searchBar: string; } = findByPropsLazy("searchBar", "searchHeader", "gutterSize"); +const containerClasses: { searchBar: string; } = findByPropsLazy("searchBar", "searchHeader", "searchInput"); export const settings = definePluginSettings({ searchOption: {