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

    Interface ParticipantListColors

    Color overrides for the ParticipantList component.

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

    interface ParticipantListColors {
        avatarText?: string;
        background?: string;
        itemBackground?: string;
        nameText?: string;
        separator?: string;
        statusText?: string;
    }
    Index

    Properties

    avatarText?: string

    Text color of the initials inside the avatar circle.

    '#ffffff'

    background?: string

    Background color of the entire list container.

    '#0f0f23'

    itemBackground?: string

    Background color of each participant row.

    'transparent'

    nameText?: string

    Text color of the participant display name.

    '#ffffff'

    separator?: string

    Color of the line separating participant rows.

    'rgba(255, 255, 255, 0.1)'

    statusText?: string

    Text color of status labels (e.g., "Muted", "Host").

    '#94a3b8'