diff --git a/core/embed/rust/src/ui/layout_delizia/component/welcome_screen.rs b/core/embed/rust/src/ui/layout_delizia/component/welcome_screen.rs index 88c7c8874d4..96c25e83d02 100644 --- a/core/embed/rust/src/ui/layout_delizia/component/welcome_screen.rs +++ b/core/embed/rust/src/ui/layout_delizia/component/welcome_screen.rs @@ -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}, }; @@ -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;