feat: Update biometric screens to remove amber color from fingerprint icon for consistency

This commit is contained in:
2026-05-19 20:20:03 +02:00
parent 72afa7b5fe
commit 4912316845
3 changed files with 164 additions and 36 deletions
-1
View File
@@ -58,7 +58,6 @@ class BiometricChoiceScreen extends StatelessWidget {
children: [
const Icon(
Icons.fingerprint,
color: Colors.amber,
size: 44,
),
const SizedBox(height: 16),