fix: registration step
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user