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
.createCommonDecoration(
scheme,
labelText ?? '',
filled: true,
hintText: hintText,
icon: icon,
labelText ?? '',
)
.copyWith(suffixIcon: suffixIcon);