diff --git a/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx b/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx index 0c7b3f29c69..a3d3baf06b2 100644 --- a/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx +++ b/src/app/Scenes/SellWithArtsy/Components/SellWithArtsyRecentlySold.tsx @@ -8,6 +8,7 @@ import { import { ArtworkRailProps } from "app/Components/ArtworkRail/ArtworkRail" import { ARTWORK_RAIL_CARD_MINIMUM_WIDTH, + ARTWORK_RAIL_TEXT_CONTAINER_HEIGHT, ArtworkRailCard, } from "app/Components/ArtworkRail/ArtworkRailCard" import { PrefetchFlashList } from "app/Components/PrefetchFlashList" @@ -103,7 +104,9 @@ const RecentlySoldArtworksRail: React.FC = ({ onPress={() => { onPress?.(item, index) }} - metaContainerStyles={{ height: 100 }} + metaContainerStyles={{ + height: ARTWORK_RAIL_TEXT_CONTAINER_HEIGHT + 10, + }} showPartnerName={showPartnerName} SalePriceComponent={ = ({ }) => { return ( - - + + {priceRealizedDisplay} {!!performanceDisplay && ( - + {`+${performanceDisplay}`} )}