More fixes and new version

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

View file

@ -19,7 +19,8 @@ class ChatListView extends StatelessWidget {
firstScaffold: ChatList(),
secondScaffold: Scaffold(
body: Center(
child: Icon(Icons.chat, size: 100, color: Color(0xFF5625BA)),
child: Icon(Icons.chat,
size: 100, color: Theme.of(context).primaryColor),
),
),
);
@ -119,7 +120,7 @@ class _ChatListState extends State<ChatList> {
),
floatingActionButton: SpeedDial(
child: Icon(Icons.add),
backgroundColor: Color(0xFF5625BA),
backgroundColor: Theme.of(context).primaryColor,
children: [
SpeedDialChild(
child: Icon(Icons.people_outline),