Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: Update profile page UI and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 28, 2024
1 parent 238439e commit 52fa231
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/pages/home/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@ class _ProfileState extends ConsumerState<Profile> {
onTap: () async {
ref.read(authProvider.notifier).logout(context);
},
child: const Icon(Icons.exit_to_app_outlined, size: 30),
child: const Icon(Icons.exit_to_app_outlined),
),
const SizedBox(width: 10.0),
],
),
],
),
centerTitle: false,
backgroundColor: Colors.yellow[700],
),
backgroundColor: const Color.fromARGB(31, 163, 163, 163),
body: Container(
padding: const EdgeInsets.symmetric(horizontal: 10.0, vertical: 10.0),
child: ListView(
Expand Down

0 comments on commit 52fa231

Please sign in to comment.