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

    Color overrides for the Polls component.

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

    interface PollsColors {
        background: string;
        cardBackground: string;
        cardBorder: string;
        closeButton: string;
        createButton: string;
        headerText: string;
        optionBackground: string;
        optionSelected: string;
        optionText: string;
        questionText: string;
        voteCount: string;
    }
    Index

    Properties

    background: string

    Background color of the entire polls container.

    '#FFFFFF'

    cardBackground: string

    Background color of each poll card.

    '#F8F8F8'

    cardBorder: string

    Border color of each poll card.

    '#E5E5EA'

    closeButton: string

    Background color of the "Close Poll" button.

    '#EF4444'

    createButton: string

    Background color of the "Create Poll" button.

    '#007AFF'

    headerText: string

    Text color of the header title.

    '#000000'

    optionBackground: string

    Background color of unselected option rows.

    '#F2F2F7'

    optionSelected: string

    Background color of the selected option row.

    '#007AFF'

    optionText: string

    Text color of option labels.

    '#000000'

    questionText: string

    Text color of the poll question.

    '#000000'

    voteCount: string

    Text color of vote count labels.

    '#8E8E93'