Skip to content

Commit

Permalink
fix: Move copy to clipboard button to front of text (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 22, 2024
1 parent 340aa44 commit 7b85ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,14 @@ fn ToClipBoardCopyable(
};

view! {
{text}
<Button
disabled=disabled
on_click=on_copy_to_clibboard_click
variant=ButtonVariant::Text
icon=icondata::TbClipboardText
size=ButtonSize::Tiny
/>
{text}
}
}

Expand Down

0 comments on commit 7b85ebf

Please sign in to comment.