fix choice/text colors

This commit is contained in:
yuni 2024-04-15 02:34:34 +02:00
parent eb3353bb07
commit 51089049ae

View file

@ -205,9 +205,9 @@ fn setup(
// Add Chat Box // Add Chat Box
let bundle_chatbox = TextBundle::from_sections([ let bundle_chatbox = TextBundle::from_sections([
TextSection::new("\n\n\n", style_choices),
TextSection::new("\n", style.clone()),
TextSection::new("Warning: System Log Uninitialized", style.clone()), TextSection::new("Warning: System Log Uninitialized", style.clone()),
TextSection::new("\n", style.clone()),
TextSection::new("\n\n\n", style_choices),
]).with_style(Style { ]).with_style(Style {
position_type: PositionType::Absolute, position_type: PositionType::Absolute,
bottom: Val::VMin(0.0), bottom: Val::VMin(0.0),