Const
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 barconst blueColors = { ...defaultColors, buttonDefault: '#1e88e5', buttonDefaultHover: '#2196f3',}; Copy
import { defaultColors } from '@hiyve/react-ui';// Create a blue-themed control barconst blueColors = { ...defaultColors, buttonDefault: '#1e88e5', buttonDefaultHover: '#2196f3',};
Default color scheme for the ControlBar component.