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

    Interface WaitForHostScreenColors

    Colors for the WaitForHostScreen component.

    interface WaitForHostScreenColors {
        cancelButtonBorder: string;
        cancelButtonText: string;
        cardBackground: string;
        iconColor: string;
        messageText: string;
        progressFill: string;
        progressTrack: string;
        progressWarning: string;
        titleText: string;
    }
    Index

    Properties

    cancelButtonBorder: string

    Cancel button border color

    cancelButtonText: string

    Cancel button text color

    cardBackground: string

    Background color of the card

    iconColor: string

    Icon color

    messageText: string

    Secondary text color (messages)

    progressFill: string

    Progress bar fill color

    progressTrack: string

    Progress bar track color

    progressWarning: string

    Progress bar warning color (when low time)

    titleText: string

    Primary text color (title)