Skip to content

Commit

Permalink
Update example/lib/sign_in.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler <[email protected]>
  • Loading branch information
HenryRoutson and dshukertjr authored Aug 15, 2024
1 parent 4acdf19 commit 77916a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/sign_in.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SignUp extends StatelessWidget {
Navigator.of(context).pushReplacementNamed('/home');
}

var darkModeThemeData = ThemeData.dark().copyWith(
final darkModeThemeData = ThemeData.dark().copyWith(
colorScheme: const ColorScheme.dark(
primary: Color.fromARGB(248, 183, 183, 183), // text below main button
),
Expand Down

0 comments on commit 77916a6

Please sign in to comment.