diff --git a/src/game/debug/console/ui/components.rs b/src/game/debug/console/ui/components.rs index c9e6d0e..7ec8ce2 100644 --- a/src/game/debug/console/ui/components.rs +++ b/src/game/debug/console/ui/components.rs @@ -26,6 +26,7 @@ pub fn console(data: ConsoleLog, asset_server: AssetServer) -> impl Bundle { }, ..default() }, + BorderRadius::bottom(Val::Px(10.)), BorderColor(Color::BLACK), ZIndex(i32::MAX), BackgroundColor(Color::Srgba(Srgba::BLACK.with_alpha(0.2))),