From 317e7dad9a7041473556a2d1953342e3029e91a9 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Fri, 25 Feb 2022 21:47:21 +0100 Subject: [PATCH] BEEEP: Colorize hidden custom field when value visible (#1813) --- src/App/Pages/Vault/ViewPage.xaml | 4 ++-- src/App/Pages/Vault/ViewPageViewModel.cs | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App/Pages/Vault/ViewPage.xaml b/src/App/Pages/Vault/ViewPage.xaml index 79d36d551..9ac3fd99c 100644 --- a/src/App/Pages/Vault/ViewPage.xaml +++ b/src/App/Pages/Vault/ViewPage.xaml @@ -579,8 +579,8 @@ Grid.Row="1" Grid.Column="0"> PasswordFormatter.FormatPassword(_field.Value); + public Command ToggleHiddenValueCommand { get; set; } public string ShowHiddenValueIcon => _showHiddenValue ? BitwardenIcons.EyeSlash : BitwardenIcons.Eye;