Const
Default dark theme colors for the NoteEditor component.
Colors are standalone values (not tied to MUI theme) for consistent styling. The dark theme matches VideoGrid, VideoTile, and other Hiyve components.
import { defaultNoteEditorColors } from '@hiyve/react-notes';// Create a light theme variantconst lightColors = { ...defaultNoteEditorColors, headerBackground: '#f5f5f5', editorBackground: '#ffffff', editorText: '#212121',}; Copy
import { defaultNoteEditorColors } from '@hiyve/react-notes';// Create a light theme variantconst lightColors = { ...defaultNoteEditorColors, headerBackground: '#f5f5f5', editorBackground: '#ffffff', editorText: '#212121',};
Default dark theme colors for the NoteEditor component.