mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-01 17:27:38 +00:00
make console corners rounded
This commit is contained in:
parent
4b71994b6b
commit
1e6a2ec8d7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ pub fn console(data: ConsoleLog, asset_server: AssetServer) -> impl Bundle {
|
||||||
},
|
},
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
|
BorderRadius::bottom(Val::Px(10.)),
|
||||||
BorderColor(Color::BLACK),
|
BorderColor(Color::BLACK),
|
||||||
ZIndex(i32::MAX),
|
ZIndex(i32::MAX),
|
||||||
BackgroundColor(Color::Srgba(Srgba::BLACK.with_alpha(0.2))),
|
BackgroundColor(Color::Srgba(Srgba::BLACK.with_alpha(0.2))),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue