Remove redundant text style

This commit is contained in:
vishnukvmd 2022-06-13 20:02:51 +05:30
parent ca69b66475
commit 9937bee6ef
2 changed files with 0 additions and 5 deletions

View file

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

View file

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