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

    Interface WaitingRoomColors

    Color overrides for the WaitingRoom component.

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

    interface WaitingRoomColors {
        admitButton?: string;
        admitButtonText?: string;
        background?: string;
        cardBackground?: string;
        rejectButton?: string;
        rejectButtonText?: string;
        secondaryText?: string;
        text?: string;
        waitingIndicator?: string;
    }
    Index

    Properties

    admitButton?: string

    Background color of the "Admit" button.

    '#22c55e'

    admitButtonText?: string

    Text color inside the "Admit" button.

    '#ffffff'

    background?: string

    Background color of the entire waiting room screen.

    '#0f0f23'

    cardBackground?: string

    Background color of each waiting-user card in host mode.

    'rgba(255, 255, 255, 0.08)'

    rejectButton?: string

    Background color of the "Reject" button.

    '#ef4444'

    rejectButtonText?: string

    Text color inside the "Reject" button.

    '#ffffff'

    secondaryText?: string

    Secondary text color (messages, empty-state text).

    '#94a3b8'

    text?: string

    Primary text color (titles, user names).

    '#ffffff'

    waitingIndicator?: string

    Color of the spinning activity indicator shown in guest waiting mode.

    '#6366f1'