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

    Color configuration for the Polls components.

    interface PollsWindowColors {
        activePollBorder: string;
        containerBackground: string;
        dangerAction: string;
        disabledOption: string;
        divider: string;
        endedPollBackground: string;
        error: string;
        headerBackground: string;
        headerIconColor: string;
        headerTitleColor: string;
        inputBackground: string;
        inputBorder: string;
        pollBackground: string;
        primaryAction: string;
        secondaryAction: string;
        selectedOption: string;
        success: string;
        textPrimary: string;
        textSecondary: string;
        voteBarBackground: string;
        voteBarFill: string;
        warning: string;
    }
    Index

    Properties

    activePollBorder: string

    Active poll highlight color

    containerBackground: string

    Container background

    dangerAction: string

    Danger action button color

    disabledOption: string

    Disabled option color

    divider: string

    Divider color

    endedPollBackground: string

    Ended poll background

    error: string

    Error color

    headerBackground: string

    Header background color

    headerIconColor: string

    Header icon color

    headerTitleColor: string

    Header title color

    inputBackground: string

    Input background color

    inputBorder: string

    Input border color

    pollBackground: string

    Poll card background

    primaryAction: string

    Primary action button color

    secondaryAction: string

    Secondary action button color

    selectedOption: string

    Selected option highlight

    success: string

    Success color

    textPrimary: string

    Text primary color

    textSecondary: string

    Text secondary color

    voteBarBackground: string

    Vote bar background

    voteBarFill: string

    Vote bar fill color

    warning: string

    Warning color