refactor: Clean up some widths
This commit is contained in:
parent
b1a9c6e92d
commit
3434741bc5
3 changed files with 6 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue