From f62f926537cb92147438dc8022f65e970d7c5858 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Fri, 19 Sep 2025 10:36:43 +0800 Subject: [PATCH] style: update GotoAnything component styling (#25929) Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- web/app/components/goto-anything/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/goto-anything/index.tsx b/web/app/components/goto-anything/index.tsx index 72cc56d232..104401a813 100644 --- a/web/app/components/goto-anything/index.tsx +++ b/web/app/components/goto-anything/index.tsx @@ -321,7 +321,7 @@ const GotoAnything: FC = ({ autoFocus /> {searchMode !== 'general' && ( -
+
{(() => { if (searchMode === 'scopes') return 'SCOPES'