mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
Set background of biometricCell from theme (#1744)
This commit is contained in:
@@ -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() ?
|
||||||
|
|||||||
Reference in New Issue
Block a user