Skip to content

Commit

Permalink
fix: minor ios styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 26, 2024
1 parent cafe3c8 commit 47fabde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/wallet/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function New() {
<div className="flex w-full h-full flex-col items-center justify-between">
<form
onSubmit={onSubmit}
className="flex flex-col items-center justify-center w-full flex-1"
className="flex flex-col items-center justify-center w-full flex-1 pb-2"
>
<div className="flex flex-col items-center justify-center w-full flex-1 mb-4">
<div className="flex flex-1 flex-col mb-4 items-center justify-center">
Expand All @@ -162,7 +162,7 @@ export function New() {
</p>
<div className="flex items-center justify-center">
<select
className="text-l m-2 w-[7ch] whitespace-nowrap mx-auto bg-transparent text-gray-400 text-center cursor-pointer"
className="text-center m-2 w-[7ch] whitespace-nowrap mx-auto bg-transparent text-gray-400 cursor-pointer"
value={currency}
onChange={handleCurrencyChange}
>
Expand Down

0 comments on commit 47fabde

Please sign in to comment.