feat: Update biometric icon color to match theme and enhance visibility
This commit is contained in:
@@ -56,9 +56,10 @@ class BiometricChoiceScreen extends StatelessWidget {
|
||||
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