fix choice/text colors
This commit is contained in:
parent
eb3353bb07
commit
51089049ae
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue