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

    Interface SentimentDashboardColors

    Color configuration for sentiment dashboard

    interface SentimentDashboardColors {
        background: string;
        border: string;
        cardBackground: string;
        emotions: EmotionColors;
        engagement: EngagementColors;
        offFrame: string;
        textPrimary: string;
        textSecondary: string;
    }
    Index

    Properties

    background: string

    Background color

    border: string

    Border color

    cardBackground: string

    Card background

    emotions: EmotionColors

    Emotion-specific colors

    engagement: EngagementColors

    Engagement-specific colors

    offFrame: string

    Off-frame indicator

    textPrimary: string

    Text primary

    textSecondary: string

    Text secondary