fix: AudioPlayer color and remove web workaround

This commit is contained in:
Christian Pauly 2021-05-31 17:43:27 +02:00
commit fa66da8494
3 changed files with 7 additions and 30 deletions

View file

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