Fix icons and fonts
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user