|
@@ -343,7 +343,7 @@ class _LoginInvitePageContainerState extends State<LoginInvitePageContainer> { |
|
|
expands: false, |
|
|
expands: false, |
|
|
style: TextStyle(color: HexColor.fromHex(textColor)), |
|
|
style: TextStyle(color: HexColor.fromHex(textColor)), |
|
|
maxLines: 1, |
|
|
maxLines: 1, |
|
|
keyboardType: TextInputType.number, |
|
|
|
|
|
|
|
|
keyboardType: TextInputType.text, |
|
|
decoration: InputDecoration( |
|
|
decoration: InputDecoration( |
|
|
contentPadding: EdgeInsets.only(top: 30, left: 7.5), |
|
|
contentPadding: EdgeInsets.only(top: 30, left: 7.5), |
|
|
hintText: hint, |
|
|
hintText: hint, |
|
|