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

    Function buildDefaultAssignmentEditorColors

    • Build the AssignmentEditor's default color palette from a MUI theme.

      Parameters

      • theme: Theme

      Returns AssignmentEditorColors

      import { useTheme } from '@mui/material/styles';
      import { buildDefaultAssignmentEditorColors } from '@hiyve/react-assignments';

      const theme = useTheme();
      const colors = buildDefaultAssignmentEditorColors(theme);