Преглед изворни кода

Remove redundant text style

vishnukvmd пре 3 година
родитељ
комит
9937bee6ef
2 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 4
      lib/app.dart
  2. 0 1
      lib/ui/payment/child_subscription_widget.dart

+ 0 - 4
lib/app.dart

@@ -220,10 +220,6 @@ TextTheme _buildTextTheme(Color textColor) {
       fontSize: 14,
       fontWeight: FontWeight.w500,
     ),
-    overline: TextStyle(
-      color: textColor.withOpacity(0.8),
-      fontSize: 12,
-    ),
   );
 }
 

+ 0 - 1
lib/ui/payment/child_subscription_widget.dart

@@ -109,7 +109,6 @@ class ChildSubscriptionWidget extends StatelessWidget {
                       text: " for help",
                     ),
                   ],
-                  style: Theme.of(context).textTheme.overline,
                 ),
               ),
             ),