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

Can specify custom primary color

This commit is contained in:
2021-04-24 08:57:20 +02:00
parent 18d3ae6955
commit 0edea3edd4
3 changed files with 11 additions and 1 deletions

View File

@ -28,6 +28,8 @@ void main() {
apiServerSecure: false,
clientName: "ForezFlutter",
splashBackgroundColor: Colors.green.shade900,
primaryColor: Colors.green,
primaryColorDark: Colors.green.shade900,
appName: "#Forez",
appQuickDescription: tr("Events organisation in Forez plain"),
toursEntriesBuilder: buildTour,