Hiyve Components - v1.0.0
    Preparing search index...

    Color overrides for the Chat component.

    All keys are optional. Unset keys fall back to the built-in defaults.

    interface ChatColors {
        avatarText: string;
        background: string;
        headerBackground: string;
        headerText: string;
        inputBackground: string;
        inputBorder: string;
        localBubble: string;
        remoteBubble: string;
        sendButton: string;
        systemText: string;
        timestampText: string;
    }
    Index

    Properties

    avatarText: string

    Text color of initials inside the avatar circle.

    '#FFFFFF'

    background: string

    Background color of the entire chat container.

    '#FFFFFF'

    headerBackground: string

    Background color of the header bar.

    '#F8F8F8'

    headerText: string

    Text color of the header title.

    '#000000'

    inputBackground: string

    Background color of the text input area.

    '#F2F2F7'

    inputBorder: string

    Border color of the text input area.

    '#C7C7CC'

    localBubble: string

    Background color of messages sent by the local user.

    '#007AFF'

    remoteBubble: string

    Background color of messages sent by remote users.

    '#E5E5EA'

    sendButton: string

    Background color of the send button.

    '#007AFF'

    systemText: string

    Text color of system messages.

    '#8E8E93'

    timestampText: string

    Text color of timestamp labels.

    '#8E8E93'