🚚 Rename context operation for adding base assets

This commit is contained in:
Manuel Cillero 2023-10-20 00:49:11 +02:00
parent e8e7f62d6c
commit 3e9dbac21d
4 changed files with 8 additions and 8 deletions

View file

@ -110,7 +110,7 @@ impl ThemeTrait for Bootsier {
.with_version("5.1.3")
.with_weight(-99),
))
.alter_context(ContextOp::AddAssetsForBase);
.alter_context(ContextOp::AddBaseAssets);
}
fn render_component(&self, component: &dyn ComponentTrait, cx: &mut Context) -> Option<Markup> {