Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanceMore committed Feb 27, 2024
1 parent 22a33e6 commit 47a055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pub(crate) fn create(
editor_state: Arc<ViziaState>,
) -> Option<Box<dyn Editor>> {
create_vizia_editor(editor_state, ViziaTheming::Builtin, move |cx, _| {
let _ = cx.add_theme(THEME);
let _ = cx.add_theme(WIDGETS);
let _ = cx.add_stylesheet(THEME);
let _ = cx.add_stylesheet(WIDGETS);
nih_plug_vizia::vizia_assets::register_roboto(cx);
assets::register_noto_sans_light(cx);
assets::register_noto_sans_thin(cx);
Expand Down

0 comments on commit 47a055d

Please sign in to comment.