fix: Make save game delete button not rounded

This commit is contained in:
demenik
2025-12-11 20:24:29 +01:00
parent 01067d4770
commit 526a4657ae

View File

@@ -87,7 +87,7 @@ pub fn spawn_load_popup(commands: &mut Commands, asset_server: &AssetServer) {
} }
) )
), ),
pill_button( button(
ButtonType::SavegameDelete { ButtonType::SavegameDelete {
savegame_path: savegame.path.clone() savegame_path: savegame.path.clone()
}, },