changed color theme to be black and added the ability to enter the amount in the recipient’s currency
This commit is contained in:
@@ -15,7 +15,7 @@ class CommonConstants {
|
||||
static String clientId = '';
|
||||
static String wsProto = 'ws';
|
||||
static String wsEndpoint = '/ws';
|
||||
static Color themeColor = Color.fromARGB(255, 80, 63, 224);
|
||||
static Color themeColor = Color.fromARGB(255, 0, 0, 0);
|
||||
static String nilObjectRef = '000000000000000000000000';
|
||||
|
||||
// Public getters for shared properties
|
||||
|
||||
Reference in New Issue
Block a user