feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency

This commit is contained in:
Udhay-Adithya
2025-06-19 13:04:30 +05:30
parent ff23413164
commit 0ec2120741
4 changed files with 63 additions and 81 deletions

View File

@@ -45,7 +45,8 @@ class _AuthFieldState extends State<AuthTextField> {
Text(
widget.hintText,
style: TextStyle(
fontWeight: FontWeight.bold,
fontWeight: FontWeight.normal,
fontSize: 14,
),
),
const SizedBox(height: 6),