From 1c3727505168de8e8fe29c7cd377d59016150ffd Mon Sep 17 00:00:00 2001 From: Maciej Dobosz Date: Tue, 12 Dec 2023 23:07:07 +0100 Subject: [PATCH] Rename style --- src/components/MentionSuggestions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MentionSuggestions.tsx b/src/components/MentionSuggestions.tsx index b42540bacb13..7b816b0d052c 100644 --- a/src/components/MentionSuggestions.tsx +++ b/src/components/MentionSuggestions.tsx @@ -100,7 +100,7 @@ function MentionSuggestions({prefix, mentions, highlightedMentionIndex = 0, onSe {text} @@ -119,7 +119,7 @@ function MentionSuggestions({prefix, mentions, highlightedMentionIndex = 0, onSe styles.flexShrink1, styles.flex1, styles.mentionSuggestionsDisplayName, - styles.mentionSuggestionsHandle, + styles.textSupporting, theme.success, StyleUtils, ],