From 3bdb21d401dc5bb9ce78e19bf8d1824383a6ee33 Mon Sep 17 00:00:00 2001 From: "Michael W. Aziz" Date: Mon, 10 Mar 2025 20:59:48 +0200 Subject: [PATCH] [0.1.3] --- lib/src/Fields/src/base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Fields/src/base.dart b/lib/src/Fields/src/base.dart index 84b0324..ec86de3 100644 --- a/lib/src/Fields/src/base.dart +++ b/lib/src/Fields/src/base.dart @@ -270,7 +270,7 @@ class _AstromicFieldBaseState extends State { errorBorder: _finalBorderShape(_style(false)), focusedErrorBorder: _finalBorderShape(_style(true)), // - errorStyle: const TextStyle(height: 0), + errorStyle: const TextStyle(height: 0.001, color: Colors.transparent), contentPadding: _finalVerticalPadding(_style()), //s1 -- Content hintText: widget.hint,