Skip to content

Commit

Permalink
feat: primary color modified
Browse files Browse the repository at this point in the history
  • Loading branch information
VincePaulin committed Jun 6, 2024
1 parent 1b89c34 commit 4479e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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/';
Expand Down

0 comments on commit 4479e34

Please sign in to comment.