Set background of biometricCell from theme (#1744)

This commit is contained in:
Jake Fink 2022-01-31 17:00:05 -05:00 committed by GitHub
parent a183861b87
commit fba5ecf304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ namespace Bit.iOS.Core.Controllers
get get
{ {
var cell = new UITableViewCell(); var cell = new UITableViewCell();
cell.BackgroundColor = ThemeHelpers.BackgroundColor;
if (_biometricIntegrityValid) if (_biometricIntegrityValid)
{ {
var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ? var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ?