Clean up design
This commit is contained in:
parent
5758a11a60
commit
48b2f702ad
5 changed files with 14 additions and 12 deletions
|
|
@ -184,7 +184,7 @@ class _LoginState extends State<Login> {
|
|||
L10n.of(context).login.toUpperCase(),
|
||||
style: TextStyle(color: Colors.white, fontSize: 16),
|
||||
),
|
||||
onPressed: () => loading ? null : login(context),
|
||||
onPressed: loading ? null : () => login(context),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue