fix: Dark mode fixes
This commit is contained in:
parent
284a72bb20
commit
a7bcb0d36f
2 changed files with 10 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue