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

    Interface PollsSessionViewerColors

    Colors for PollsSessionViewer customization.

    interface PollsSessionViewerColors {
        activePollBorder: string;
        background: string;
        cardBackground: string;
        endedPollBorder: string;
        headerText: string;
        primaryIcon: string;
        voteBarBackground: string;
        voteBarFill: string;
    }
    Index

    Properties

    activePollBorder: string

    Active poll border color

    background: string

    Background color

    cardBackground: string

    Card background color

    endedPollBorder: string

    Ended poll border color

    headerText: string

    Header text color

    primaryIcon: string

    Primary icon color

    voteBarBackground: string

    Vote bar background color

    voteBarFill: string

    Vote bar fill color