From 4479e34f9862fc9b76fae74bb4017ce998fa3def Mon Sep 17 00:00:00 2001 From: Vincent Paulin Date: Thu, 6 Jun 2024 15:19:17 +0200 Subject: [PATCH] feat: primary color modified --- lib/config/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 2cde743b1a..29b710e0d5 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -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(0xFF3614A6); + static const Color primaryColor = Color(0xFF8123B0); static const Color primaryColorLight = Color(0xFFFEEA77); static const Color secondaryColor = Color(0xFFFAAB22); static String _privacyUrl = 'https://tawkie.fr/privacy-policy/';