fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-05 10:52:59 -05:00
parent 47cac7e71c
commit 7da1cfdd45

View File

@@ -42,10 +42,10 @@ class AppTextField extends StatelessWidget {
final decoration = helpers final decoration = helpers
.createCommonDecoration( .createCommonDecoration(
scheme, scheme,
labelText ?? '',
filled: true, filled: true,
hintText: hintText, hintText: hintText,
icon: icon, icon: icon,
labelText ?? '',
) )
.copyWith(suffixIcon: suffixIcon); .copyWith(suffixIcon: suffixIcon);