Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I add to theming the MessageReplies.tsx color of replies? #2773

Open
billnbell3 opened this issue Nov 10, 2024 · 0 comments
Open

How do I add to theming the MessageReplies.tsx color of replies? #2773

billnbell3 opened this issue Nov 10, 2024 · 0 comments

Comments

@billnbell3
Copy link

file: src/components/Message/MessageSimple/MessageReplies.tsx

  •    <Text style={[styles.messageRepliesText, { color: accent_blue }, messageRepliesText]}>
    
  •    <Text style={[styles.messageRepliesText, { color: '#004750' }, messageRepliesText]}>
    

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'

@billnbell3 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant