allow patterning theme + font settings

This commit is contained in:
Felix Roos 2023-06-16 13:45:13 +02:00
parent 0862827a51
commit 3872322da1
2 changed files with 18 additions and 0 deletions

View file

@ -19,6 +19,7 @@ import PlayCircleIcon from '@heroicons/react/20/solid/PlayCircleIcon';
import { themes } from './themes.mjs';
import { settingsMap, useSettings, setLatestCode } from '../settings.mjs';
import Loader from './Loader';
import { settingPatterns } from '../settings.mjs';
const { latestCode } = settingsMap.get();
@ -45,6 +46,7 @@ const modules = [
const modulesLoading = evalScope(
controls, // sadly, this cannot be exported from core direclty
settingPatterns,
...modules,
);