diff --git a/src/iOS.Core/Controllers/LockPasswordViewController.cs b/src/iOS.Core/Controllers/LockPasswordViewController.cs index 00a53266d..2a238111e 100644 --- a/src/iOS.Core/Controllers/LockPasswordViewController.cs +++ b/src/iOS.Core/Controllers/LockPasswordViewController.cs @@ -59,6 +59,7 @@ namespace Bit.iOS.Core.Controllers get { var cell = new UITableViewCell(); + cell.BackgroundColor = ThemeHelpers.BackgroundColor; if (_biometricIntegrityValid) { var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ?