From 02c518e961a67f9440f56d554de0a7d8977d5340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tero=20Laxstr=C3=B6m?= Date: Fri, 30 May 2025 16:31:24 +0300 Subject: [PATCH] Fixing changes happened in the main after merge --- examples/window/multi_window_camera_ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/window/multi_window_camera_ui.rs b/examples/window/multi_window_camera_ui.rs index 6a5dfadaf3..0aa6413b88 100644 --- a/examples/window/multi_window_camera_ui.rs +++ b/examples/window/multi_window_camera_ui.rs @@ -203,7 +203,7 @@ fn box_shadow_node_bundle(blur: f32, border_radius: BorderRadius) -> impl Bundle border: UiRect::all(Val::Px(4.)), ..default() }, - BorderColor(LIGHT_SKY_BLUE.into()), + BorderColor::all(LIGHT_SKY_BLUE.into()), border_radius, BackgroundColor(DEEP_SKY_BLUE.into()), BoxShadow::new(