diff --git a/lib/pages/common/text_field/custom_web_textfield.dart b/lib/pages/common/text_field/custom_web_textfield.dart index 630e334b..c2daae0c 100644 --- a/lib/pages/common/text_field/custom_web_textfield.dart +++ b/lib/pages/common/text_field/custom_web_textfield.dart @@ -78,7 +78,7 @@ class CustomWebTextField extends StatelessWidget { controller: controller, style: const TextStyle(color: Colors.black), decoration: textBoxDecoration()!.copyWith( - errorStyle: const TextStyle(height: 0), + errorStyle: const TextStyle(height: 0.01), hintStyle: context.textTheme.titleSmall! .copyWith(color: Colors.grey, fontSize: 12), hintText: hintText ?? 'Please enter'),