refactor: Clean up some widths

This commit is contained in:
krille-chan 2024-07-26 21:02:58 +02:00
commit 3434741bc5
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@ abstract class AppConfig {
static double fontSizeFactor = 1;
static const Color chatColor = primaryColor;
static Color? colorSchemeSeed = primaryColor;
static const double messageFontSize = 15.75;
static const double messageFontSize = 16.0;
static const bool allowOtherHomeservers = true;
static const bool enableRegistration = true;
static const Color primaryColor = Color(0xFF5625BA);