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

    Interface MeetingSummaryColors

    Color configuration for meeting summary

    interface MeetingSummaryColors {
        accent: string;
        background: string;
        border: string;
        cardBackground: string;
        error: string;
        priorities: { high: string; low: string; medium: string };
        sentiments: { negative: string; neutral: string; positive: string };
        statuses: { completed: string; in_progress: string; pending: string };
        success: string;
        textPrimary: string;
        textSecondary: string;
        warning: string;
    }
    Index

    Properties

    accent: string

    Accent color

    background: string

    Background color

    border: string

    Border color

    cardBackground: string

    Card background

    error: string

    Error color

    priorities: { high: string; low: string; medium: string }

    Priority colors

    sentiments: { negative: string; neutral: string; positive: string }

    Sentiment colors

    statuses: { completed: string; in_progress: string; pending: string }

    Status colors

    success: string

    Success color

    textPrimary: string

    Text primary

    textSecondary: string

    Text secondary

    warning: string

    Warning color