From fba5ecf3040ce6855d361ad74a2ef690fc89b3b6 Mon Sep 17 00:00:00 2001 From: Jake Fink Date: Mon, 31 Jan 2022 17:00:05 -0500 Subject: [PATCH] Set background of biometricCell from theme (#1744) --- src/iOS.Core/Controllers/LockPasswordViewController.cs | 1 + 1 file changed, 1 insertion(+) 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() ?