mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Adapt conversations color for #Forez
This commit is contained in:
@ -24,6 +24,7 @@ class Config {
|
||||
final String appName;
|
||||
final String appQuickDescription;
|
||||
final Color unreadConversationColor;
|
||||
final Color defaultConversationColor;
|
||||
|
||||
// Entries for the welcome tour
|
||||
final TourEntriesBuilder toursEntriesBuilder;
|
||||
@ -44,6 +45,7 @@ class Config {
|
||||
this.primaryColorDark,
|
||||
this.appName = "Comunic",
|
||||
this.appQuickDescription,
|
||||
this.defaultConversationColor,
|
||||
this.unreadConversationColor,
|
||||
this.toursEntriesBuilder,
|
||||
this.additionalLoading,
|
||||
|
Reference in New Issue
Block a user