Skip to content

Commit

Permalink
chore: add touchable opacity to show transactions button
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 30, 2024
1 parent eca2d15 commit f068acb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@ export function Home() {
</View>
</ScrollView>
<View className="flex items-center justify-center">
<Link href="/transactions">
<ChevronUpIcon
className="text-muted-foreground"
width={32}
height={32}
/>
<Link href="/transactions" asChild>
<TouchableOpacity>
<ChevronUpIcon
className="text-muted-foreground"
width={32}
height={32}
/>
</TouchableOpacity>
</Link>
</View>
<View className="flex flex-row gap-6 mt-10">
Expand Down

0 comments on commit f068acb

Please sign in to comment.