Explorar o código

Merge remote-tracking branch 'origin/master'

yangyang %!s(int64=2) %!d(string=hai) anos
pai
achega
8b3ee18632
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/common/style/TitleBar.dart

+ 2 - 2
lib/common/style/TitleBar.dart

@@ -22,14 +22,14 @@ class TitleBar {
     return AppBar(
           title: Text(
             title,
-            style: TextStyle(color: GSYColors.primaryDarkValue, fontSize: 16),
+            style: TextStyle(color: Colors.white, fontSize: 16),
           ),
           centerTitle: true,
           leading: BackButton(),
           brightness: Brightness.light,
           backgroundColor: Color(0xFF4875EC),
           elevation: 0,
-          iconTheme: IconThemeData(color: GSYColors.primaryDarkValue),
+          iconTheme: IconThemeData(color: Colors.white),
         );
   }