From 7badbd9dc9f1ffa074733bd538ad094ba820c39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kysel=C3=A1k?= Date: Thu, 4 Jan 2024 17:30:36 +0000 Subject: [PATCH] fix: fix design of search form Fixes design of search input, button, removes label (placeholder text present instead). --- src/SearchWalletForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/SearchWalletForm.tsx b/src/SearchWalletForm.tsx index cbbc11d..3f82aa3 100644 --- a/src/SearchWalletForm.tsx +++ b/src/SearchWalletForm.tsx @@ -20,13 +20,12 @@ export function SearchWalletForm({ onSearch }: Props) { return (
-
@@ -34,7 +33,7 @@ export function SearchWalletForm({ onSearch }: Props) {