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

    Interface ControlBarColors

    Color overrides for the ControlBar component.

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

    interface ControlBarColors {
        autoHideTouchArea?: string;
        background?: string;
        buttonActiveBackground?: string;
        buttonActiveText?: string;
        buttonBackground?: string;
        buttonText?: string;
        handRaiseActiveBackground?: string;
        handRaiseBackground?: string;
        leaveBackground?: string;
        leaveText?: string;
        recordingBackground?: string;
        recordingPulse?: string;
        streamingBackground?: string;
        streamingPulse?: string;
    }
    Index

    Properties

    autoHideTouchArea?: string

    Background color of the tap-to-show touch area when auto-hidden.

    'transparent'

    background?: string

    Background color of the entire control bar.

    '#1a1a2e'

    buttonActiveBackground?: string

    Background color of active (toggled on) buttons such as "Muted" or "Video Off".

    'rgba(239, 68, 68, 0.9)'

    buttonActiveText?: string

    Text/icon color for active (toggled on) buttons.

    '#ffffff'

    buttonBackground?: string

    Background color of inactive (default state) buttons.

    'rgba(255, 255, 255, 0.15)'

    buttonText?: string

    Text/icon color for inactive buttons.

    '#ffffff'

    handRaiseActiveBackground?: string

    Background color of the hand-raise button when hand is raised.

    'rgba(251, 191, 36, 0.9)'

    handRaiseBackground?: string

    Background color of the hand-raise button.

    'rgba(255, 255, 255, 0.15)'

    leaveBackground?: string

    Background color of the leave/end-call button.

    '#ef4444'

    leaveText?: string

    Text/icon color of the leave/end-call button.

    '#ffffff'

    recordingBackground?: string

    Background color of the recording button when active.

    'rgba(239, 68, 68, 0.9)'

    recordingPulse?: string

    Color of the recording badge/pulse.

    '#ef4444'

    streamingBackground?: string

    Background color of the streaming button when active.

    'rgba(139, 92, 246, 0.9)'

    streamingPulse?: string

    Color of the streaming badge/pulse.

    '#8b5cf6'