Fix icons and fonts

This commit is contained in:
2026-03-04 12:25:08 -03:00
parent d06110240f
commit 007f6c818e
7 changed files with 52 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use iced::{Alignment, Element, Length};
/// Tela de gerenciamento de layouts.
pub fn view(app: &App) -> Element<'_, Message> {
let cabecalho = row![
button("< Voltar")
button("Voltar")
.on_press(Message::IrParaImportacao)
.style(t::btn_secondary),
horizontal_space(),