👽️ Aplica cambio de API para Context
This commit is contained in:
parent
a1d51d6d0f
commit
9552ae0af5
17 changed files with 96 additions and 100 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue