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

    Variable defaultControlBarColorsConst

    defaultControlBarColors: ControlBarColors = ...

    Default color scheme for the ControlBar component.

    Colors are standalone values (not tied to MUI theme) for consistent styling across different theme configurations. Based on Material Design colors.

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

    // Create a blue-themed control bar
    const blueColors = {
    ...defaultColors,
    buttonDefault: '#1e88e5',
    buttonDefaultHover: '#2196f3',
    };