1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Customize unread conversation color

This commit is contained in:
2021-04-25 16:24:42 +02:00
parent a07c7af715
commit 616755aa38
3 changed files with 8 additions and 1 deletions

View File

@ -34,6 +34,7 @@ void main() {
primaryColorDark: Colors.green.shade900,
appName: "#Forez",
appQuickDescription: tr("Events organisation in Forez plain"),
unreadConversationColor: Colors.green.shade900,
toursEntriesBuilder: buildTour,
additionalLoading: () => ForezGroupHelper.refreshInfo(),
mainRouteBuilder: (c, k) => ForezRoute(key: k),