Update some mobile UI with Material 3 theme

This commit is contained in:
Alex Tran
2022-09-06 09:37:04 -05:00
parent 2edfc75c8a
commit c19d26f4f3
3 changed files with 45 additions and 35 deletions

View File

@@ -95,12 +95,12 @@ class SharingPage extends HookConsumerWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const Padding(
padding: EdgeInsets.only(left: 5.0, bottom: 5),
Padding(
padding: const EdgeInsets.only(left: 5.0, bottom: 5),
child: Icon(
Icons.offline_share_outlined,
size: 50,
// color: Theme.of(context).primaryColor,
color: Theme.of(context).primaryColor,
),
),
Padding(