fix: registration step

This commit is contained in:
2024-02-19 18:24:20 +07:00
parent 4f50dc951a
commit 9ba8b79112
13 changed files with 243 additions and 154 deletions

View File

@@ -137,9 +137,9 @@ class TextFormView extends StatelessWidget {
onTap: onTap,
onEditingComplete: onSubmit,
style: TextStyle(
fontWeight: FontWeight.bold,
fontWeight: FontWeight.w500,
fontSize: 14,
color: fontColorDisabled ?? Colors.black,
color: fontColorDisabled ?? ColorPalette.slate500,
),
readOnly: readOnly,
validator: validator,