1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

Replace copy value button fa-clipboard() to fa-clone() (#1024)

This commit is contained in:
K. Sasa
2020-07-28 02:22:27 +09:00
committed by GitHub
parent c1ec97055c
commit 4f37c2cb73
3 changed files with 10 additions and 10 deletions

View File

@@ -81,7 +81,7 @@
Text="{Binding Date, Mode=OneWay, Converter={StaticResource dateTime}}" />
<controls:FaButton
StyleClass="list-row-button, list-row-button-platform"
Text="&#xf0ea;"
Text="&#xf24d;"
Command="{Binding BindingContext.CopyCommand, Source={x:Reference _page}}"
CommandParameter="{Binding .}"
Grid.Row="0"