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

    Variable defaultVideoGridColorsConst

    defaultVideoGridColors: VideoGridColors = ...

    Default color scheme for VideoGrid component.

    Uses a dark theme that matches Material Design's dark palette. The colors are designed to complement the VideoTile default colors.

    import { defaultVideoGridColors } from '@hiyve/react-ui';

    // Use defaults as a starting point
    const myColors = {
    ...defaultVideoGridColors,
    dominantBorder: '#00ff00', // Custom green highlight
    };