feat: Update biometric screens to remove amber color from fingerprint icon for consistency
This commit is contained in:
@@ -82,7 +82,6 @@ class _BiometricGateScreenState extends State<BiometricGateScreen> {
|
||||
children: [
|
||||
const Icon(
|
||||
Icons.fingerprint,
|
||||
color: Colors.amber,
|
||||
size: 44,
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
||||
Reference in New Issue
Block a user