More fixes and new version

This commit is contained in:
Christian Pauly
2020-01-03 11:57:00 +01:00
parent d838d3a474
commit 3a64d58d23
12 changed files with 31 additions and 20 deletions

View File

@ -30,7 +30,7 @@ class Avatar extends StatelessWidget {
src,
)
: null,
backgroundColor: Color(0xFFF8F8F8),
backgroundColor: Theme.of(context).secondaryHeaderColor,
child: mxContent.mxc.isEmpty
? Text("@", style: TextStyle(color: Colors.blueGrey))
: null,