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

    Interface AlertsColors

    Color overrides for the Alerts component.

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

    interface AlertsColors {
        acknowledgeButton: string;
        background: string;
        dismissButton: string;
        errorBackground: string;
        errorBorder: string;
        infoBackground: string;
        infoBorder: string;
        messageText: string;
        successBackground: string;
        successBorder: string;
        timestampText: string;
        titleText: string;
        warningBackground: string;
        warningBorder: string;
    }
    Index

    Properties

    acknowledgeButton: string

    Color of the acknowledge button text.

    '#007AFF'

    background: string

    Background color of the entire alerts container.

    '#FFFFFF'

    dismissButton: string

    Color of the dismiss button text.

    '#8E8E93'

    errorBackground: string

    Background color for error-type alert cards.

    '#FFEBEE'

    errorBorder: string

    Left border color for error-type alert cards.

    '#F44336'

    infoBackground: string

    Background color for info-type alert cards.

    '#E3F2FD'

    infoBorder: string

    Left border color for info-type alert cards.

    '#2196F3'

    messageText: string

    Color of the alert message body text.

    '#333333'

    successBackground: string

    Background color for success-type alert cards.

    '#E8F5E9'

    successBorder: string

    Left border color for success-type alert cards.

    '#4CAF50'

    timestampText: string

    Color of the relative timestamp text.

    '#8E8E93'

    titleText: string

    Color of the alert title text.

    '#000000'

    warningBackground: string

    Background color for warning-type alert cards.

    '#FFF3E0'

    warningBorder: string

    Left border color for warning-type alert cards.

    '#FF9800'