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

Adapt conversations color for #Forez

This commit is contained in:
2021-04-25 16:35:50 +02:00
parent 616755aa38
commit ecd11fbf29
3 changed files with 9 additions and 2 deletions

View File

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