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

Style newMessagesNotificationText #93

Open
durdevic opened this issue May 7, 2021 · 0 comments
Open

Style newMessagesNotificationText #93

durdevic opened this issue May 7, 2021 · 0 comments

Comments

@durdevic
Copy link

durdevic commented May 7, 2021

Would be nice to be able to style "View new messages" component as well. For example to override the primary color or add the background color to the container so you can style it in case you have a different background as I have here

Screenshot 2021-05-07 at 17 34 25

I can imagine it adding it styles attribute newMessagesNotificationContainer like this:

                    <ChatWidget
                            styles={{
                                toggleContainer: {...},
                                chatContainer: {...},
                                toggleButton: {...},
                                newMessagesNotificationContainer: {
                                    color: "#ffffff"
                                },
                            }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant