Skip to content

Commit f2f124d

Browse files
committed
[103] Remove the word "button"
1 parent ba8ae0c commit f2f124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdc_100_series/lib/login.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class _LoginPageState extends State<LoginPage> {
6868
_passwordController.clear();
6969
},
7070
),
71-
// TODO: Add an elevation to the NEXT button (103)
71+
// TODO: Add an elevation to NEXT (103)
7272
// TODO: Add a beveled rectangular border to NEXT (103)
7373
RaisedButton(
7474
child: Text('NEXT'),

0 commit comments

Comments
 (0)