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:
@@ -81,7 +81,7 @@
|
||||
Text="{Binding Date, Mode=OneWay, Converter={StaticResource dateTime}}" />
|
||||
<controls:FaButton
|
||||
StyleClass="list-row-button, list-row-button-platform"
|
||||
Text=""
|
||||
Text=""
|
||||
Command="{Binding BindingContext.CopyCommand, Source={x:Reference _page}}"
|
||||
CommandParameter="{Binding .}"
|
||||
Grid.Row="0"
|
||||
|
||||
Reference in New Issue
Block a user