Skip to content

Commit 57c2765

Browse files
author
Henry Routson
committed
fix : comment
1 parent 0381140 commit 57c2765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/sign_in.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class SignUp extends StatelessWidget {
3030
),
3131
elevatedButtonTheme: ElevatedButtonThemeData(
3232
style: ElevatedButton.styleFrom(
33-
backgroundColor: Color.fromARGB(255, 22, 135, 188), // sign in / up button
34-
foregroundColor: const Color.fromARGB(255, 255, 255, 255), // sign in / up text
33+
backgroundColor: Color.fromARGB(255, 22, 135, 188), // main button
34+
foregroundColor: const Color.fromARGB(255, 255, 255, 255), // main button text
3535
shape: RoundedRectangleBorder(
3636
borderRadius: BorderRadius.circular(8),
3737
),

0 commit comments

Comments
 (0)