mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
fix bugs
This commit is contained in:
@ -73,7 +73,7 @@ class CustomWebTextField extends StatelessWidget {
|
||||
decoration: textBoxDecoration()!
|
||||
.copyWith(
|
||||
errorStyle: const TextStyle(height: 0), // Hide the error text space
|
||||
|
||||
hintStyle: TextStyle(color: ColorsManager.grayColor),
|
||||
hintText: 'Please enter'),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user