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

    Interface StreamingControlsColors

    Color overrides for the StreamingControls component.

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

    interface StreamingControlsColors {
        background: string;
        durationText: string;
        errorText: string;
        goLiveButton: string;
        inputBackground: string;
        inputBorder: string;
        liveIndicator: string;
        liveText: string;
        stopButton: string;
    }
    Index

    Properties

    background: string

    Background color of the controls container.

    '#FFFFFF'

    durationText: string

    Color of the duration text.

    '#000000'

    errorText: string

    Color of the error text.

    '#FF2D55'

    goLiveButton: string

    Background color of the "Go Live" button.

    '#FF2D55'

    inputBackground: string

    Background color of the RTMP URL text input.

    '#F2F2F7'

    inputBorder: string

    Border color of the RTMP URL text input.

    '#C7C7CC'

    liveIndicator: string

    Background color of the "LIVE" indicator badge.

    '#FF2D55'

    liveText: string

    Text color inside the "LIVE" indicator badge.

    '#FFFFFF'

    stopButton: string

    Background color of the stop button.

    '#FF2D55'