fix choice/text colors
This commit is contained in:
parent
eb3353bb07
commit
51089049ae
|
@ -205,9 +205,9 @@ fn setup(
|
|||
|
||||
// Add Chat Box
|
||||
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("\n", style.clone()),
|
||||
TextSection::new("\n\n\n", style_choices),
|
||||
]).with_style(Style {
|
||||
position_type: PositionType::Absolute,
|
||||
bottom: Val::VMin(0.0),
|
||||
|
|
Loading…
Reference in a new issue