diff --git a/lib/pages/login.dart b/lib/pages/login.dart index bb2458e..3c6b913 100644 --- a/lib/pages/login.dart +++ b/lib/pages/login.dart @@ -112,10 +112,7 @@ class _AppSignInState extends ConsumerState { 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() { diff --git a/pubspec.yaml b/pubspec.yaml index 20eed9a..e3df5b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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