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

    Interface MeetingSummaryColors

    Color overrides for the MeetingSummary component.

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

    interface MeetingSummaryColors {
        actionItemText: string;
        assigneeText: string;
        background: string;
        cardBackground: string;
        cardBorder: string;
        checkboxActive: string;
        checkboxInactive: string;
        completedText: string;
        decisionText: string;
        durationText: string;
        keyPointText: string;
        participantText: string;
        sectionHeaderBackground: string;
        sectionHeaderText: string;
    }
    Index

    Properties

    actionItemText: string

    Text color for action item descriptions.

    '#333333'

    assigneeText: string

    Text color for assignee names on action items.

    '#007AFF'

    background: string

    Background color of the entire summary container.

    '#FFFFFF'

    cardBackground: string

    Background color of content cards within sections.

    '#FFFFFF'

    cardBorder: string

    Border color of content cards.

    '#E5E5EA'

    checkboxActive: string

    Color of the filled checkbox for completed items.

    '#34C759'

    checkboxInactive: string

    Color of the empty checkbox for incomplete items.

    '#C7C7CC'

    completedText: string

    Text color for completed action items (struck through).

    '#8E8E93'

    decisionText: string

    Text color for decision descriptions.

    '#333333'

    durationText: string

    Text color for the duration display.

    '#8E8E93'

    keyPointText: string

    Text color for key point items.

    '#333333'

    participantText: string

    Text color for participant names.

    '#333333'

    sectionHeaderBackground: string

    Background color of collapsible section headers.

    '#F8F8F8'

    sectionHeaderText: string

    Text color of section header titles.

    '#000000'