feat: Update dialog styles and background colors for consistency across screens

This commit is contained in:
2026-05-23 11:27:26 +02:00
parent f4bb5104e2
commit 29881183ed
5 changed files with 37 additions and 5 deletions
+5
View File
@@ -430,6 +430,11 @@ class _NotesAppState extends State<NotesApp>
final bool? retry = await showDialog<bool>(
context: dialogCtx,
builder: (BuildContext context) => AlertDialog(
backgroundColor: AppColors.cardBackground,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(12),
side: BorderSide(color: AppColors.border),
),
title: const Text('No se pudo activar la biometría'),
content: const Text(
'No se pudo activar la biometría. ¿Quieres intentarlo de nuevo o entrar sin huella?',