add first version of dark theme

This commit is contained in:
Salvatore Giordano
2020-04-08 11:45:30 +02:00
parent 0b934047e2
commit 4cb1bd95a2
10 changed files with 129 additions and 63 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class _MessageListViewState extends State<MessageListView> {
'Start of thread',
textAlign: TextAlign.center,
),
color: Theme.of(context).primaryColorLight,
color: Theme.of(context).accentColor.withAlpha(50),
),
),
],