From ab3b3ad80d026dcff1b71f4239fb349533b7217b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 30 Mar 2024 16:23:17 +0100 Subject: [PATCH] style: Make Search-button pop more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- components/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Search.tsx b/components/Search.tsx index 49841fc..e264d49 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -10,7 +10,7 @@ export default function Search(props: { defaultValue: string }) { id="query" defaultValue={props.defaultValue} /> -