Const
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 pointconst myColors = { ...defaultVideoGridColors, dominantBorder: '#00ff00', // Custom green highlight}; Copy
import { defaultVideoGridColors } from '@hiyve/react-ui';// Use defaults as a starting pointconst myColors = { ...defaultVideoGridColors, dominantBorder: '#00ff00', // Custom green highlight};
Default color scheme for VideoGrid component.