chore: Design enhancements
This commit is contained in:
parent
2de88ae770
commit
ed42cb9134
9 changed files with 77 additions and 65 deletions
|
|
@ -16,7 +16,7 @@ abstract class AppConfig {
|
|||
static const double messageFontSize = 15.75;
|
||||
static const bool allowOtherHomeservers = true;
|
||||
static const bool enableRegistration = true;
|
||||
static const Color primaryColor = Color(0xFF5625BA);
|
||||
static const Color primaryColor = Color.fromARGB(255, 135, 103, 172);
|
||||
static const Color primaryColorLight = Color(0xFFCCBDEA);
|
||||
static const Color secondaryColor = Color(0xFF41a2bc);
|
||||
static String _privacyUrl =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue