Skip to content

Commit

Permalink
[GAl-4437] Address spacing in NFT detail view on mobile (#2008)
Browse files Browse the repository at this point in the history
* base

* acc

* fr

* increase owner gap

---------

Co-authored-by: Robinnnnn <[email protected]>
  • Loading branch information
Rohan-cp and Robinnnnn authored Oct 10, 2023
1 parent 81a5a20 commit 4d4d140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/mobile/src/screens/NftDetailScreen/NftDetailSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function NftDetailSection({ onShare, queryRef }: Props) {

return (
<ScrollView>
<View className="flex flex-col space-y-6 px-4 pb-4">
<View className="flex flex-col space-y-3 px-4 pb-4">
<View className="flex flex-col space-y-3">
<View className="flex flex-row justify-between">
<TokenViewEmitter
Expand All @@ -174,7 +174,7 @@ export function NftDetailSection({ onShare, queryRef }: Props) {
/>
</View>

<View className="w-full">
<View className="w-full mb-3">
<TokenFailureBoundary tokenRef={token} variant="large">
<NftDetailAssetCacheSwapper
cachedPreviewAssetUrl={route.params.cachedPreviewAssetUrl}
Expand All @@ -185,7 +185,7 @@ export function NftDetailSection({ onShare, queryRef }: Props) {
</View>
</View>

<View className="flex flex-col space-y-4">
<View className="flex flex-col space-y-2">
<Typography
className="text-2xl"
font={{ family: 'GTAlpina', weight: 'StandardLight', italic: true }}
Expand Down Expand Up @@ -217,7 +217,7 @@ export function NftDetailSection({ onShare, queryRef }: Props) {

<View className="flex-row">
{token.owner && (
<View className="w-1/2">
<View className="w-1/2 gap-y-1">
<Typography
className="text-xs text-shadow dark:text-metal"
font={{ family: 'ABCDiatype', weight: 'Medium' }}
Expand Down

0 comments on commit 4d4d140

Please sign in to comment.