Const
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 variantconst lightColors = { ...defaultQAPanelColors, headerBackground: '#f5f5f5', containerBackground: '#ffffff', questionBackground: '#fafafa',}; Copy
import { defaultQAPanelColors } from '@hiyve/react-collaboration';// Create a light theme variantconst lightColors = { ...defaultQAPanelColors, headerBackground: '#f5f5f5', containerBackground: '#ffffff', questionBackground: '#fafafa',};
Default dark theme colors for the QAPanel component.