Skip to content
Snippets Groups Projects
Commit f1b7ca77 authored by Luc Bourdot's avatar Luc Bourdot
Browse files

Merge branch '202-wrong-mui-import-in-dark-js-and-light-js-in-theme-directory' into 'dev'

Resolve "wrong MUI import in dark.js and light.js in theme directory"

Closes #202

See merge request alphabet/laboite!608
parents 9de4bb13 4bdd249a
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@
"reporters": ["console"],
"ignore": [
"**/node_modules/**",
"**/.meteor/**",
"./packages/**",
"./i18n/*.json",
"**/.meteor/**",
"./packages/**",
"./i18n/*.json",
"**/*.svg",
"**.test.js",
"*/**/**/themes",
"*/**/**.tests.jsx",
"*/**/**.tests.js"
],
......
import { createTheme } from '@mui/material/styles';
import RIZOMO_DARK from './rizomo/light';
import LABOITE_DARK from './laboite/light';
import RIZOMO_DARK from './rizomo/dark';
import LABOITE_DARK from './laboite/dark';
import EOLE_DARK from './eole/dark';
export const DARK_THEMES = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment