aboutsummaryrefslogtreecommitdiff
path: root/src/display/systems.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/systems.rs')
-rw-r--r--src/display/systems.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/systems.rs b/src/display/systems.rs
index 120272b..706d296 100644
--- a/src/display/systems.rs
+++ b/src/display/systems.rs
@@ -72,7 +72,6 @@ pub fn print_to_terminal(
frame.render_widget(
Paragraph::new(string)
.white()
- .bold()
.wrap(Wrap { trim: true }),
frame.area(),
);