Skip to content

Commit 44a6865

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/sign_in.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SignUp extends StatelessWidget {
1414

1515
var darkModeThemeData = ThemeData.dark().copyWith(
1616
colorScheme: const ColorScheme.dark(
17-
primary: Color.fromARGB(248, 183, 183, 183), // text below sign in / up
17+
primary: Color.fromARGB(248, 183, 183, 183), // text below main button
1818
),
1919
textSelectionTheme: TextSelectionThemeData(
2020
cursorColor: Colors.blueGrey[300], // cursor when typing

0 commit comments

Comments
 (0)