fix: Dark mode fixes

This commit is contained in:
Christian Pauly 2021-01-24 17:37:55 +01:00
commit a7bcb0d36f
2 changed files with 10 additions and 3 deletions

View file

@ -11,6 +11,7 @@ abstract class AppConfig {
static const bool allowOtherHomeservers = true;
static const bool enableRegistration = true;
static const Color primaryColor = Color(0xFF5625BA);
static const Color primaryColorLight = Color(0xFFF5B4D2);
static String _privacyUrl = 'https://fluffychat.im/en/privacy.html';
static String get privacyUrl => _privacyUrl;
static const String appId = 'im.fluffychat.FluffyChat';