Skip to content

Commit

Permalink
Rename style
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Dec 12, 2023
1 parent a73d34b commit 1c37275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MentionSuggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function MentionSuggestions({prefix, mentions, highlightedMentionIndex = 0, onSe
<Text
// eslint-disable-next-line react/no-array-index-key
key={`${text}${i}`}
style={[StyleUtils.getColoredBackgroundStyle(isColored), styles.mentionSuggestionsHandle]}
style={[StyleUtils.getColoredBackgroundStyle(isColored), styles.textSupporting]}
>
{text}
</Text>
Expand All @@ -119,7 +119,7 @@ function MentionSuggestions({prefix, mentions, highlightedMentionIndex = 0, onSe
styles.flexShrink1,
styles.flex1,
styles.mentionSuggestionsDisplayName,
styles.mentionSuggestionsHandle,
styles.textSupporting,
theme.success,
StyleUtils,
],
Expand Down

0 comments on commit 1c37275

Please sign in to comment.