[FIX] Fixed Chonky styling & abused liveness & readiness probes

This commit is contained in:
Dunemask 2023-12-26 12:26:16 -07:00
parent d967f6b29c
commit 3cd9577cbf
7 changed files with 58 additions and 51 deletions

View file

@ -1,5 +1,9 @@
// Generated using https://zenoo.github.io/mui-theme-creator/
import { createTheme } from "@mui/material/styles";
import { unstable_ClassNameGenerator as ClassNameGenerator } from "@mui/material/className";
// This fixes style clashing with Chonky which has not been updated to Material 5
// see https://github.com/TimboKZ/Chonky/issues/101#issuecomment-1362949314
ClassNameGenerator.configure((componentName) => `mcl-${componentName}`);
const themeOptions = {
palette: {