From 0ace2e1a0f419d51d642154e9b08df80fd30373c Mon Sep 17 00:00:00 2001 From: Fernando Falci Date: Thu, 25 Apr 2024 12:49:15 +0200 Subject: [PATCH 1/2] chore: use font inter From b6a9f68c94d68374682a54bde30b2d3386078cd0 Mon Sep 17 00:00:00 2001 From: Aaron Oxborrow Date: Thu, 25 Apr 2024 06:16:37 -0700 Subject: [PATCH 2/2] font fix and styling --- src/App.jsx | 35 +++++++++++++++------------ src/components/Debug.jsx | 4 +-- src/components/search/Search.jsx | 11 +++------ src/components/search/SearchInput.jsx | 2 +- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 5b1907b..8605022 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,15 +17,15 @@ function App() { const { address } = useAccount(); return ( -
+
-
diff --git a/src/components/Debug.jsx b/src/components/Debug.jsx index 2597a7d..8eaeaca 100644 --- a/src/components/Debug.jsx +++ b/src/components/Debug.jsx @@ -6,14 +6,14 @@ export const Debug = ({ error, data }) => { return (
- + TESTNET {error && (
{error}
)} {data && ( -
+        
           {JSON.stringify(data, null, 2)}
         
)} diff --git a/src/components/search/Search.jsx b/src/components/search/Search.jsx index 41408ad..6b49d4e 100644 --- a/src/components/search/Search.jsx +++ b/src/components/search/Search.jsx @@ -31,15 +31,12 @@ export const Search = () => { return ( <> -
+
{show && ( -
-
-
+
+
+
{label} .{TLD}
diff --git a/src/components/search/SearchInput.jsx b/src/components/search/SearchInput.jsx index ebc463a..99b9b77 100644 --- a/src/components/search/SearchInput.jsx +++ b/src/components/search/SearchInput.jsx @@ -15,7 +15,7 @@ export const SearchInput = ({ expand, onChange }) => { >