Switch to Blueprintjs v4

This commit is contained in:
Nilay Majorwar
2022-02-03 19:45:38 +05:30
parent 7afd536202
commit ede856be21
7 changed files with 331 additions and 216 deletions

View File

@ -25,7 +25,7 @@ type Props = {
export const MainLayout = (props: Props) => {
const { isDark } = useDarkMode();
const mosaicClass = "mosaic-custom-theme" + (isDark ? " bp3-dark" : "");
const mosaicClass = "mosaic-custom-theme" + (isDark ? " bp4-dark" : "");
const MOSAIC_MAP = {
editor: props.renderEditor,