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

    Color configuration for scheduling components

    interface SchedulingColors {
        background: string;
        border: string;
        cardBackground: string;
        error: string;
        primary: string;
        secondary: string;
        statusCancelled: string;
        statusCompleted: string;
        statusInProgress: string;
        statusScheduled: string;
        success: string;
        textPrimary: string;
        textSecondary: string;
        warning: string;
    }
    Index

    Properties

    background: string

    Background color

    border: string

    Border color

    cardBackground: string

    Card background color

    error: string

    Error color

    primary: string

    Primary accent color

    secondary: string

    Secondary accent color

    statusCancelled: string
    statusCompleted: string
    statusInProgress: string
    statusScheduled: string

    Status colors

    success: string

    Success color

    textPrimary: string

    Primary text color

    textSecondary: string

    Secondary text color

    warning: string

    Warning color