changed color theme to be black and added the ability to enter the amount in the recipient’s currency
This commit is contained in:
@@ -20,7 +20,10 @@ class PayApp extends StatelessWidget {
|
||||
Widget build(BuildContext context) => MaterialApp.router(
|
||||
title: 'Sendico',
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Constants.themeColor),
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
seedColor: Constants.themeColor,
|
||||
dynamicSchemeVariant: DynamicSchemeVariant.monochrome,
|
||||
),
|
||||
useMaterial3: true,
|
||||
),
|
||||
routerConfig: _router,
|
||||
|
||||
Reference in New Issue
Block a user