Better E2EE UI

This commit is contained in:
Christian Pauly 2020-02-23 09:31:44 +01:00
commit 19b993b003
3 changed files with 120 additions and 112 deletions

View file

@ -240,7 +240,7 @@ class _ChatDetailsState extends State<ChatDetails> {
linkStyle: TextStyle(color: Colors.blueAccent),
textStyle: TextStyle(
fontSize: 14,
color: Theme.of(context).accentColor,
color: Theme.of(context).textTheme.body1.color,
),
),
onTap: widget.room.canSendEvent("m.room.topic")