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

    Interface StreamingIndicatorColors

    Color configuration for the StreamingIndicator component.

    Controls the colors used in the streaming indicator badge. The default theme uses orange/amber tones to distinguish from recording (red).

    interface StreamingIndicatorColors {
        background: string;
        indicator: string;
        text: string;
    }
    Index

    Properties

    background: string

    Background color (default: "rgba(255, 152, 0, 0.1)")

    indicator: string

    Streaming indicator/icon color (default: "warning.main")

    text: string

    Text color (default: "warning.main")