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

    Color overrides for the QA component.

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

    interface QAColors {
        answerText: string;
        background: string;
        cardBackground: string;
        cardBorder: string;
        headerText: string;
        inputBackground: string;
        questionText: string;
        submitButton: string;
        upvoteActive: string;
        upvoteInactive: string;
    }
    Index

    Properties

    answerText: string

    Text color of the answer text.

    '#1D4ED8'

    background: string

    Background color of the entire Q&A container.

    '#FFFFFF'

    cardBackground: string

    Background color of each question card.

    '#F8F8F8'

    cardBorder: string

    Border color of each question card.

    '#E5E5EA'

    headerText: string

    Text color of the header title.

    '#000000'

    inputBackground: string

    Background color of the question input area.

    '#F2F2F7'

    questionText: string

    Text color of the question text.

    '#000000'

    submitButton: string

    Background color of the submit/ask button.

    '#007AFF'

    upvoteActive: string

    Color of the upvote button when the local user has upvoted.

    '#007AFF'

    upvoteInactive: string

    Color of the upvote button when the local user has not upvoted.

    '#C7C7CC'