From 04d3ae24bd87fd0214cf96e2a7cf225920b9d682 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Tue, 19 Nov 2024 19:45:02 +0100 Subject: [PATCH] feat: Use material design icons Closes #547 --- src/app.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app.rs b/src/app.rs index 562c22a..5776ea6 100644 --- a/src/app.rs +++ b/src/app.rs @@ -288,7 +288,7 @@ fn AutoCompleteServiceType( attr:autocapitalize="none" > - + } @@ -332,7 +332,7 @@ fn ToClipBoardCopyable( disabled=disabled on_click=on_copy_to_clibboard_click variant=ButtonVariant::Text - icon=icondata::TbClipboardText + icon=icondata::MdiClipboardText size=ButtonSize::Tiny /> {text} @@ -655,28 +655,28 @@ pub fn About() -> impl IntoView { @@ -686,7 +686,7 @@ pub fn About() -> impl IntoView { view! { @@ -706,7 +706,7 @@ pub fn About() -> impl IntoView { @@ -716,7 +716,7 @@ pub fn About() -> impl IntoView {