[FIX] Fixed Chonky styling & abused liveness & readiness probes
This commit is contained in:
parent
d967f6b29c
commit
3cd9577cbf
7 changed files with 58 additions and 51 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue