Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update text color in message-item component
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 22, 2023
1 parent 73a9a26 commit a2e863f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,7 @@ export const MessageItem = memo(
</LeanView>
) : item.channel_message.body_text_length > 0 ? (
<LeanView tw="overflow-hidden">
<LeanText tw="text-base text-gray-900 dark:text-gray-100">
{loremText}
</LeanText>
<LeanText tw="text-base text-white">{loremText}</LeanText>
<BlurView
intensity={10}
tint="default"
Expand Down

0 comments on commit a2e863f

Please sign in to comment.