diff --git a/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx b/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx index 0c7b3f29c69..3c8ef0ea2f0 100644 --- a/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx +++ b/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx @@ -16,6 +16,7 @@ import { extractNodes } from "app/utils/extractNodes" import { ExtractNodeType } from "app/utils/relayHelpers" import { compact } from "lodash" import { useCallback } from "react" +import { PixelRatio } from "react-native" import { graphql, useFragment } from "react-relay" import { useTracking } from "react-tracking" @@ -103,7 +104,9 @@ const RecentlySoldArtworksRail: React.FC = ({ onPress={() => { onPress?.(item, index) }} - metaContainerStyles={{ height: 100 }} + metaContainerStyles={{ + height: PixelRatio.getFontScale() * 100, + }} showPartnerName={showPartnerName} SalePriceComponent={ = ({ }) => { return ( - - + + {priceRealizedDisplay} {!!performanceDisplay && ( - + {`+${performanceDisplay}`} )} - + Estimate {compact([lowEstimateDisplay, highEstimateDisplay]).join("—")}