Skip to content

Commit

Permalink
fix: adjust text formatting in MessageSelectionView for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sohailbaig committed Feb 1, 2025
1 parent 164ccb3 commit 9c7213e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/MessageSelectionView/MessageSelectionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ export const MessageSelectionView: React.FC<MessageSelectionViewProps> = ({
</View>

<ScrollView contentContainerStyle={styles.scrollViewContent}>
<Text
<Text

Check failure on line 55 in src/components/MessageSelectionView/MessageSelectionView.tsx

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `·`
ref={textRef}
selectable
selectionColor={theme.colors.surfaceVariant}
onTextLayout={handleTextSelection}
style={styles.contentText}
>{content}
</Text>
style={styles.contentText}>
{content}

Check failure on line 61 in src/components/MessageSelectionView/MessageSelectionView.tsx

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `··`
</Text>

Check failure on line 62 in src/components/MessageSelectionView/MessageSelectionView.tsx

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `·`
</ScrollView>

Check failure on line 63 in src/components/MessageSelectionView/MessageSelectionView.tsx

View workflow job for this annotation

GitHub Actions / build-and-test

Insert `·`
</View>
</Modal>
Expand Down

0 comments on commit 9c7213e

Please sign in to comment.