From 6b9bb446a13dff9273a2bec960e03bf287999155 Mon Sep 17 00:00:00 2001 From: Samuel Tremko Date: Thu, 15 Aug 2024 14:02:10 +0200 Subject: [PATCH] fix-1234: Not possible to copy offer description --- apps/mobile/src/components/OfferInfoPreview/index.tsx | 1 + apps/mobile/src/components/OfferWithBubbleTip.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/mobile/src/components/OfferInfoPreview/index.tsx b/apps/mobile/src/components/OfferInfoPreview/index.tsx index 30e4a884e..d318ddea4 100644 --- a/apps/mobile/src/components/OfferInfoPreview/index.tsx +++ b/apps/mobile/src/components/OfferInfoPreview/index.tsx @@ -92,6 +92,7 @@ function OfferInfoPreview({ color={negative ? '$greyOnBlack' : '$black'} ff="$body500" selectable + selectionColor={getTokens().color.main.val} > {offer.publicPart.offerDescription} diff --git a/apps/mobile/src/components/OfferWithBubbleTip.tsx b/apps/mobile/src/components/OfferWithBubbleTip.tsx index aebf25e8f..61943acb6 100644 --- a/apps/mobile/src/components/OfferWithBubbleTip.tsx +++ b/apps/mobile/src/components/OfferWithBubbleTip.tsx @@ -35,6 +35,7 @@ export default function OfferWithBubbleTip({ return (