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

    Color configuration for the ChatChannelList component.

    interface ChatChannelListColors {
        activeBackground: string;
        background: string;
        divider: string;
        groupHeaderText: string;
        hoverBackground: string;
        onlineIndicatorColor: string;
        primaryText: string;
        searchBorder: string;
        searchText: string;
        secondaryText: string;
        timestampText: string;
        unreadBadgeBackground: string;
        unreadBadgeText: string;
    }
    Index

    Properties

    activeBackground: string

    Background color of the active channel

    background: string

    Background color of the channel list

    divider: string

    Divider color

    groupHeaderText: string

    Group header text color

    hoverBackground: string

    Hover background color

    onlineIndicatorColor: string

    Online indicator color

    primaryText: string

    Primary text color (channel name)

    searchBorder: string

    Search input border color

    searchText: string

    Search input text color

    secondaryText: string

    Secondary text color (last message preview)

    timestampText: string

    Timestamp text color

    unreadBadgeBackground: string

    Unread badge background

    unreadBadgeText: string

    Unread badge text color