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

    Variable defaultQAPanelColorsConst

    defaultQAPanelColors: QAPanelColors = ...

    Default dark theme colors for the QAPanel component.

    Colors are standalone values (not tied to MUI theme) for consistent styling. The dark theme matches VideoGrid, VideoTile, and ChatPanel for a unified look.

    import { defaultQAPanelColors } from '@hiyve/react-collaboration';

    // Create a light theme variant
    const lightColors = {
    ...defaultQAPanelColors,
    headerBackground: '#f5f5f5',
    containerBackground: '#ffffff',
    questionBackground: '#fafafa',
    };