design: Minor design tweaks

This commit is contained in:
Christian Pauly 2021-04-25 15:09:47 +02:00
commit ed0c96238e
4 changed files with 12 additions and 11 deletions

View file

@ -42,7 +42,6 @@ abstract class AppConfig {
static const String emojiFontUrl =
'https://github.com/googlefonts/noto-emoji/';
static const double borderRadius = 12.0;
static const double messageBubbleBorderRadius = 16.0;
static void loadFromJson(Map<String, dynamic> json) {
if (json['application_name'] is String) {