Add custom theme file to react-mosaic
This commit is contained in:
@ -25,7 +25,7 @@ type Props = {
|
||||
|
||||
export const MainLayout = (props: Props) => {
|
||||
const { isDark } = useDarkMode();
|
||||
const mosaicClass = "mosaic-blueprint-theme" + (isDark ? " bp3-dark" : "");
|
||||
const mosaicClass = "mosaic-custom-theme" + (isDark ? " bp3-dark" : "");
|
||||
|
||||
const MOSAIC_MAP = {
|
||||
editor: props.renderEditor,
|
||||
|
Reference in New Issue
Block a user