From 7b439e49599b8196739cee0ac348ed227bea9268 Mon Sep 17 00:00:00 2001 From: Gabriel Bourgeois Date: Wed, 7 Sep 2022 00:04:38 -0400 Subject: [PATCH] Replace one color in z-index example --- examples/ui/z_index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui/z_index.rs b/examples/ui/z_index.rs index 5a3e64d28b8a39..41193213779f9b 100644 --- a/examples/ui/z_index.rs +++ b/examples/ui/z_index.rs @@ -94,7 +94,7 @@ fn setup(mut commands: Commands) { // by default, boxes all share the global z-index of 0 that the grey container is implicitly added to. parent .spawn_bundle(ButtonBundle { - color: Color::PINK.into(), + color: Color::PURPLE.into(), style: Style { position_type: PositionType::Absolute, position: UiRect {