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

    Interface MeetingCardListColors

    Colors for MeetingCardList component

    interface MeetingCardListColors {
        cardBackground: string;
        cardBorder: string;
        statusCancelled: string;
        statusCompleted: string;
        statusInProgress: string;
        statusScheduled: string;
    }
    Index

    Properties

    cardBackground: string

    Card background

    cardBorder: string

    Card border (non-status side)

    statusCancelled: string

    Left border color when status is "cancelled"

    statusCompleted: string

    Left border color when status is "completed"

    statusInProgress: string

    Left border color when status is "in_progress"

    statusScheduled: string

    Left border color when status is "scheduled"