You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
billnbell3
changed the title
How do I add to theming the - <Text style={[styles.messageRepliesText, { color: accent_blue }, messageRepliesText]}> + <Text style={[styles.messageRepliesText, { color: '#004750' }, messageRepliesText]}>
How do I add to theming the MessageReplies.tsx color of replies?
Nov 10, 2024
file: src/components/Message/MessageSimple/MessageReplies.tsx
I want to not use accent_blue but use '#004750'. in replies? How do I do this? If this is not possible, how do I change accent_blue to '#004750'
The text was updated successfully, but these errors were encountered: