More features

This commit is contained in:
Christian Pauly 2020-01-05 11:27:03 +00:00 committed by Marcel
commit f1079e5c70
13 changed files with 503 additions and 156 deletions

View file

@ -103,7 +103,9 @@ class Message extends StatelessWidget {
SizedBox(width: 4),
Text(
ChatTime(event.time).toEventTimeString(),
style: TextStyle(color: textColor, fontSize: 12),
style: TextStyle(
color: textColor.withAlpha(200),
),
),
],
),