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

@ -29,7 +29,7 @@ export const DarkModeProvider = ({
height: "100%",
backgroundColor: isDark ? Colors.DARK_GRAY2 : Colors.GRAY4,
}}
className={isDark ? "bp3-dark" : ""}
className={isDark ? "bp4-dark" : ""}
>
{children}
</div>