Skip to content

Style newMessagesNotificationText #93

@durdevic

Description

@durdevic

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"
                                },
                            }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions