make console corners rounded

This commit is contained in:
Schrottkatze 2025-06-18 15:41:28 +02:00
parent 4b71994b6b
commit 1e6a2ec8d7
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -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))),