mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +01:00
Set background of biometricCell from theme (#1744)
This commit is contained in:
parent
a183861b87
commit
fba5ecf304
@ -59,6 +59,7 @@ namespace Bit.iOS.Core.Controllers
|
||||
get
|
||||
{
|
||||
var cell = new UITableViewCell();
|
||||
cell.BackgroundColor = ThemeHelpers.BackgroundColor;
|
||||
if (_biometricIntegrityValid)
|
||||
{
|
||||
var biometricButtonText = _deviceActionService.SupportsFaceBiometric() ?
|
||||
|
Loading…
Reference in New Issue
Block a user