Skip to content

Commit

Permalink
changed font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 13, 2024
1 parent 4a4e71e commit 74deac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/@auth/(.)search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Page() {
onChange={(e) => setPayee(e.target.value)}
value={payee}
id='search-input relative'
className='h-9 w-full'
className='h-10 w-full text-lg'
placeholder='Search an Address'
type='text'
/>
Expand Down

0 comments on commit 74deac7

Please sign in to comment.