diff --git a/examples/mobile/src/lib.rs b/examples/mobile/src/lib.rs index 3e2af5d128890..60af2455d52f4 100644 --- a/examples/mobile/src/lib.rs +++ b/examples/mobile/src/lib.rs @@ -104,18 +104,22 @@ fn setup_scene( // Test ui commands - .spawn(ButtonBundle { - style: Style { - justify_content: JustifyContent::Center, - align_items: AlignItems::Center, - position_type: PositionType::Absolute, - left: Val::Px(50.0), - right: Val::Px(50.0), - bottom: Val::Px(50.0), + .spawn(( + ButtonBundle { + style: Style { + justify_content: JustifyContent::Center, + align_items: AlignItems::Center, + position_type: PositionType::Absolute, + left: Val::Px(50.0), + right: Val::Px(50.0), + bottom: Val::Px(50.0), + ..default() + }, + image: UiImage::default().with_color(Color::NONE), ..default() }, - ..default() - }) + BackgroundColor(Color::WHITE), + )) .with_children(|b| { b.spawn( TextBundle::from_section(