Skip to content

Commit

Permalink
chore: change skeleton height
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 24, 2024
1 parent e73b71e commit ca81ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function Home() {
</Text>
</>
) : (
<Skeleton className="w-48 h-12" />
<Skeleton className="w-48 h-10" />
)}
</View>
<View className="flex justify-center items-center">
Expand All @@ -142,7 +142,7 @@ export function Home() {
) + " sats"}
</Text>
) : (
<Skeleton className="w-32 h-10" />
<Skeleton className="w-32 h-8" />
)}
</View>
</TouchableOpacity>
Expand Down

0 comments on commit ca81ae8

Please sign in to comment.