浏览代码

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,
                 ),
               ),
             ),