👽️ Aplica cambio de API para Context

This commit is contained in:
Manuel Cillero 2023-06-28 23:47:56 +02:00
parent a1d51d6d0f
commit 9552ae0af5
17 changed files with 96 additions and 100 deletions

View file

@ -43,7 +43,7 @@ impl ThemeTrait for Bulmix {
fn before_prepare_component(
&self,
component: &mut dyn ComponentTrait,
_rcx: &mut RenderContext,
_cx: &mut Context,
) {
match component.handle() {
COMPONENT_ANCHOR => {
@ -122,7 +122,7 @@ impl ThemeTrait for Bulmix {
fn render_component(
&self,
component: &dyn ComponentTrait,
_rcx: &mut RenderContext,
_cx: &mut Context,
) -> Option<Markup> {
match component.handle() {
COMPONENT_ICON => {