From fe57f7f489ce4934fd805ead5ac05380ec5a73e3 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:39:20 -0500 Subject: [PATCH] Search UI tweaks (#13903) --- web/src/components/input/InputWithTags.tsx | 2 +- web/src/views/search/SearchView.tsx | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index c21dba733..802e4acaa 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -445,7 +445,7 @@ export default function InputWithTags({ onFocus={handleInputFocus} onBlur={handleInputBlur} onKeyDown={handleInputKeyDown} - className="text-md h-10 pr-24" + className="text-md h-9 pr-24" placeholder="Search..." />