Skip to content

Commit

Permalink
fixup! refactor(core): switch components to rust fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Jan 26, 2025
1 parent 0775a6d commit 5990e9d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::ui::{
component::{Component, Event, EventCtx, Never},
display::font::{self, Font, FONT_DEMIBOLD},
display::font,
geometry::{Alignment, Alignment2D, Offset, Rect},
shape::{self, Renderer},
};
Expand All @@ -9,8 +9,6 @@ use super::theme;

const TEXT_BOTTOM_MARGIN: i16 = 54;
const ICON_TOP_MARGIN: i16 = 48;
#[cfg(not(feature = "bootloader"))]
const MODEL_NAME_FONT: Font = FONT_DEMIBOLD;

use crate::trezorhal::model;

Expand Down

0 comments on commit 5990e9d

Please sign in to comment.