feedback bug fix

This commit is contained in:
Kalonkarthik 2025-01-22 11:12:42 +05:30
parent 7d251c8ac0
commit 349374a87d

View File

@ -621,7 +621,8 @@ class _EditProfileState extends State<EditProfile> {
mainAxisAlignment: MainAxisAlignment.start,
children: [
Text(
"Date of Birth*",
// "Date of Birth*",
AppLocalizations.of(context)!.dob,
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,