feat: Change the bubble padding in style settings
This commit is contained in:
parent
c80f2a3839
commit
cfb668f940
6 changed files with 51 additions and 17 deletions
|
|
@ -12,6 +12,7 @@ abstract class AppConfig {
|
|||
static String _defaultHomeserver = 'matrix.org';
|
||||
static String get defaultHomeserver => _defaultHomeserver;
|
||||
static String jitsiInstance = 'https://meet.jit.si/';
|
||||
static double bubbleSizeFactor = 1;
|
||||
static double fontSizeFactor = 1;
|
||||
static Color chatColor = primaryColor;
|
||||
static const double messageFontSize = 15.75;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue