Build the default TranscriptViewer colors from a MUI theme.
import { useTheme } from '@mui/material/styles';import { buildDefaultTranscriptionColors } from '@hiyve/react-capture';const theme = useTheme();const colors = buildDefaultTranscriptionColors(theme); Copy
import { useTheme } from '@mui/material/styles';import { buildDefaultTranscriptionColors } from '@hiyve/react-capture';const theme = useTheme();const colors = buildDefaultTranscriptionColors(theme);
Build the default TranscriptViewer colors from a MUI theme.