fix(modale): champs MDP actuel lavande, nouveau et confirmation jaune

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-09 23:52:25 +01:00
co-authored by Cursor
parent 480f4a9396
commit 790761d576
3 changed files with 66 additions and 6 deletions
@@ -196,7 +196,7 @@ class _ChangePasswordDialogState extends State<ChangePasswordDialog> {
hintText: 'Retapez le nouveau mot de passe',
obscureText: true,
validator: _validateConfirmPassword,
style: CustomAppTextFieldStyle.lavande,
style: CustomAppTextFieldStyle.jaune,
fieldHeight: 53,
fieldWidth: double.infinity,
enabled: !_isLoading,