Skip to content

Commit

Permalink
fix: input style
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 6, 2024
1 parent b7bb6df commit 927096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/wallets/RenameWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function RenameWallet() {
<Text className="text-muted-foreground text-center">Wallet Name</Text>
<Input
autoFocus
className="w-full text-center border-transparent bg-transparent native:text-2xl"
className="w-full text-center border-transparent bg-transparent native:text-2xl font-semibold2"
placeholder={DEFAULT_WALLET_NAME}
value={walletName}
onChangeText={setWalletName}
Expand Down

0 comments on commit 927096a

Please sign in to comment.