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

    Interface RecordingControlsColors

    Color overrides for the RecordingControls component.

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

    interface RecordingControlsColors {
        background: string;
        durationText: string;
        errorText: string;
        optionText: string;
        recordButton: string;
        recordingIndicator: string;
        stopButton: string;
        switchThumb: string;
        switchTrack: 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.

    '#FF3B30'

    optionText: string

    Color of option label text.

    '#333333'

    recordButton: string

    Color of the record button circle.

    '#FF3B30'

    recordingIndicator: string

    Color of the pulsing recording indicator dot.

    '#FF3B30'

    stopButton: string

    Color of the stop button.

    '#FF3B30'

    switchThumb: string

    Thumb color of the option switches.

    '#FFFFFF'

    switchTrack: string

    Track color of the option switches when on.

    '#34C759'