feat: Update dialog styles and background colors for consistency across screens
This commit is contained in:
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user