admin
2021-12-03 f092e392700f68cdbfc545c9801f530d19fd39fa
lib/ui/widget/nav.dart
@@ -51,7 +51,10 @@
                        Expanded(
                            child: Center(
                                child: Text(
                          title,
                          maxLines: 1,
                          overflow: TextOverflow.ellipsis,
                          style:
                              TextStyle(fontSize: 18, color: textColor),
                        ))),