changed color theme to be black and added the ability to enter the amount in the recipient’s currency
This commit is contained in:
@@ -41,15 +41,15 @@ class PayoutSidebar extends StatelessWidget {
|
||||
|
||||
final menuItems =
|
||||
items ??
|
||||
<PayoutDestination>[
|
||||
PayoutDestination.dashboard,
|
||||
PayoutDestination.recipients,
|
||||
PayoutDestination.invitations,
|
||||
PayoutDestination.reports,
|
||||
<PayoutDestination>[
|
||||
PayoutDestination.dashboard,
|
||||
PayoutDestination.recipients,
|
||||
PayoutDestination.invitations,
|
||||
PayoutDestination.reports,
|
||||
// PayoutDestination.methods,
|
||||
// PayoutDestination.organizationSettings,
|
||||
//TODO Add when ready
|
||||
];
|
||||
//TODO Add when ready
|
||||
];
|
||||
|
||||
final theme = Theme.of(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user