diff --git a/lib/pages/profile_tab.dart b/lib/pages/profile_tab.dart index 7b3b8e4..9b522a8 100644 --- a/lib/pages/profile_tab.dart +++ b/lib/pages/profile_tab.dart @@ -43,6 +43,8 @@ class UserProfileTab extends HookWidget { return Scaffold( extendBodyBehindAppBar: true, + // TODO: this is not visible in light mode when the sliver app bar + // in UserProfile is folded appBar: AppBar( backgroundColor: Colors.transparent, shadowColor: Colors.transparent,