Skip to content

Commit

Permalink
chore: increase padding of wallet settings button (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya authored Feb 11, 2025
1 parent 9b5f39e commit 2201257
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pages/settings/Wallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,11 @@ export function Wallets() {
</View>
<Link
href={`/settings/wallets/${item.index}`}
className="absolute right-4"
className="absolute right-0"
asChild
>
<TouchableOpacity>
<SettingsIcon
className="text-muted-foreground"
width={18}
height={18}
/>
<TouchableOpacity className="p-6">
<SettingsIcon className="text-muted-foreground" />
</TouchableOpacity>
</Link>
</TouchableOpacity>
Expand Down

0 comments on commit 2201257

Please sign in to comment.