Remove redundant text style
This commit is contained in:
parent
ca69b66475
commit
9937bee6ef
2 changed files with 0 additions and 5 deletions
|
@ -220,10 +220,6 @@ TextTheme _buildTextTheme(Color textColor) {
|
|||
fontSize: 14,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
overline: TextStyle(
|
||||
color: textColor.withOpacity(0.8),
|
||||
fontSize: 12,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -109,7 +109,6 @@ class ChildSubscriptionWidget extends StatelessWidget {
|
|||
text: " for help",
|
||||
),
|
||||
],
|
||||
style: Theme.of(context).textTheme.overline,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue