diff --git a/src/widgets.rs b/src/widgets.rs index 6e92fc2..a1cff7d 100644 --- a/src/widgets.rs +++ b/src/widgets.rs @@ -180,9 +180,9 @@ fn spawn_get_ready(mut commands: Commands, mut timer: ResMut) { height: Val::Percent(30.), ..default() }, - BackgroundColor(LIGHT_BLUE.into()), + BackgroundColor(Color::NONE), children![ - (Text::new("Get Ready!"), TextColor(BLACK.into())), + (Text::new("Get Ready!"), TextColor(WHITE.into())), ( CountdownBar, Node {