Build the AssignmentEditor's default color palette from a MUI theme.
import { useTheme } from '@mui/material/styles';import { buildDefaultAssignmentEditorColors } from '@hiyve/react-assignments';const theme = useTheme();const colors = buildDefaultAssignmentEditorColors(theme); Copy
import { useTheme } from '@mui/material/styles';import { buildDefaultAssignmentEditorColors } from '@hiyve/react-assignments';const theme = useTheme();const colors = buildDefaultAssignmentEditorColors(theme);
Build the AssignmentEditor's default color palette from a MUI theme.