mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-22 10:09:04 +00:00
chore(eckhart): remove line ending hyphens from mono fonts
This commit is contained in:
parent
e618d9af44
commit
1021abf5b5
@ -64,7 +64,8 @@ pub const TEXT_MONO_MEDIUM: TextStyle = TextStyle::new(
|
||||
BG,
|
||||
GREY_EXTRA_LIGHT,
|
||||
GREY_EXTRA_LIGHT,
|
||||
);
|
||||
)
|
||||
.with_line_breaking(LineBreaking::BreakWordsNoHyphen);
|
||||
|
||||
pub const TEXT_MONO_MEDIUM_LIGHT: TextStyle = TextStyle::new(
|
||||
fonts::FONT_MONO_MEDIUM_38,
|
||||
|
Loading…
Reference in New Issue
Block a user