1
0
Fork 0

Move Diopser's stylesheet

Since there's now a dedicated editor module directory
This commit is contained in:
Robbert van der Helm 2022-11-11 17:34:35 +01:00
parent 3fbc06e819
commit cce10d79ca
2 changed files with 1 additions and 1 deletions

View file

@ -55,7 +55,7 @@ pub(crate) fn create(
assets::register_noto_sans_light(cx);
assets::register_noto_sans_thin(cx);
cx.add_theme(include_str!("theme.css"));
cx.add_theme(include_str!("editor/theme.css"));
Data {
params: params.clone(),