Skip to content

Commit

Permalink
[visualbndbuild] Change log color
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiot committed Aug 13, 2023
1 parent 611c333 commit fcef24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpclib-visual-bndbuild/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl BndBuildApp {
.stick_to_right(false)
.stick_to_bottom(true)
.show(ui, |ui| {
ui.code(&self.logs);
ui.monospace(&self.logs);
})
;
}
Expand Down

0 comments on commit fcef24d

Please sign in to comment.