name ui fix and removed parts of the app that are not ready
This commit is contained in:
@@ -46,7 +46,8 @@ class PayoutSidebar extends StatelessWidget {
|
||||
PayoutDestination.recipients,
|
||||
PayoutDestination.invitations,
|
||||
PayoutDestination.methods,
|
||||
PayoutDestination.reports,
|
||||
//PayoutDestination.reports,
|
||||
//TODO Add when ready
|
||||
];
|
||||
|
||||
final theme = Theme.of(context);
|
||||
|
||||
@@ -57,7 +57,7 @@ class UserProfileCard extends StatelessWidget {
|
||||
child: Text(
|
||||
userName ?? loc.userNamePlaceholder,
|
||||
style: theme.textTheme.bodyLarge?.copyWith(
|
||||
fontSize: 20,
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
maxLines: 2,
|
||||
|
||||
Reference in New Issue
Block a user