Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jan 3, 2024
1 parent a793502 commit 37e6102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/pages/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,7 @@ class _AppSignInState extends ConsumerState<AppSignIn> {
SizeUtils.size = MediaQuery.of(context).size;
final colorScheme = Theme.of(context).colorScheme;
Widget _heading(String text) {
return Text(
'$text',
style: Theme.of(context).textTheme.displaySmall!.copyWith(color: Colors.white),
);
return Text('$text', style: Theme.of(context).textTheme.displaySmall);
}

Widget _skipButton() {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
pull_to_refresh: ^2.0.0
realtime_client: ^0.1.15
rive: ^0.11.4
share_plus: ^4.1.0
share_plus: ^3.1.0
shared_preferences: ^2.2.0
smooth_page_indicator: ^1.1.0
supabase: ^0.3.6
Expand Down

0 comments on commit 37e6102

Please sign in to comment.