diff --git a/mdc_100_series/lib/login.dart b/mdc_100_series/lib/login.dart index c2ddf74b2..7bfd3997b 100644 --- a/mdc_100_series/lib/login.dart +++ b/mdc_100_series/lib/login.dart @@ -61,7 +61,7 @@ class _LoginPageState extends State { ButtonBar( children: [ // TODO: Add a beveled rectangular border to CANCEL (103) - FlatButton( + TextButton( child: Text('CANCEL'), onPressed: () { _usernameController.clear(); @@ -70,7 +70,7 @@ class _LoginPageState extends State { ), // TODO: Add an elevation to NEXT (103) // TODO: Add a beveled rectangular border to NEXT (103) - RaisedButton( + ElevatedButton( child: Text('NEXT'), onPressed: () { Navigator.pop(context);