Move Diopser's stylesheet
Since there's now a dedicated editor module directory
This commit is contained in:
parent
3fbc06e819
commit
cce10d79ca
|
@ -55,7 +55,7 @@ pub(crate) fn create(
|
||||||
assets::register_noto_sans_light(cx);
|
assets::register_noto_sans_light(cx);
|
||||||
assets::register_noto_sans_thin(cx);
|
assets::register_noto_sans_thin(cx);
|
||||||
|
|
||||||
cx.add_theme(include_str!("theme.css"));
|
cx.add_theme(include_str!("editor/theme.css"));
|
||||||
|
|
||||||
Data {
|
Data {
|
||||||
params: params.clone(),
|
params: params.clone(),
|
||||||
|
|
Loading…
Reference in a new issue