This commit is contained in:
2025-03-10 20:59:48 +02:00
parent 0f99ba21a7
commit 3bdb21d401

View File

@@ -270,7 +270,7 @@ class _AstromicFieldBaseState extends State<AstromicFieldBase> {
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,