Fixing changes happened in the main after merge

This commit is contained in:
Tero Laxström 2025-05-30 16:31:24 +03:00
parent 6e140afe51
commit 02c518e961
No known key found for this signature in database
GPG Key ID: 3823DEA86D92ECB5

View File

@ -203,7 +203,7 @@ fn box_shadow_node_bundle(blur: f32, border_radius: BorderRadius) -> impl Bundle
border: UiRect::all(Val::Px(4.)), border: UiRect::all(Val::Px(4.)),
..default() ..default()
}, },
BorderColor(LIGHT_SKY_BLUE.into()), BorderColor::all(LIGHT_SKY_BLUE.into()),
border_radius, border_radius,
BackgroundColor(DEEP_SKY_BLUE.into()), BackgroundColor(DEEP_SKY_BLUE.into()),
BoxShadow::new( BoxShadow::new(