feat: Update biometric icon color to match theme and enhance visibility
This commit is contained in:
@@ -80,9 +80,10 @@ class _BiometricGateScreenState extends State<BiometricGateScreen> {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
const Icon(
|
||||
Icon(
|
||||
Icons.fingerprint,
|
||||
size: 44,
|
||||
color: IconTheme.of(context).color,
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
const Text(
|
||||
|
||||
Reference in New Issue
Block a user