Build the default color palette for the FileCommentsPanel from a MUI theme.
import { useTheme } from '@mui/material/styles';import { buildDefaultFileCommentsPanelColors } from '@hiyve/react-collaboration';const theme = useTheme();const colors = buildDefaultFileCommentsPanelColors(theme); Copy
import { useTheme } from '@mui/material/styles';import { buildDefaultFileCommentsPanelColors } from '@hiyve/react-collaboration';const theme = useTheme();const colors = buildDefaultFileCommentsPanelColors(theme);
Build the default color palette for the FileCommentsPanel from a MUI theme.