Merge pull request #306 from ente-io/medium_all_the_things
Medium all the things
This commit is contained in:
commit
01880fe92b
2 changed files with 8 additions and 6 deletions
13
lib/app.dart
13
lib/app.dart
|
@ -207,15 +207,18 @@ TextTheme _buildTextTheme(Color textColor) {
|
|||
fontFamily: 'Inter',
|
||||
color: textColor,
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w400,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
bodyText2: TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
color: textColor,
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
caption: TextStyle(
|
||||
color: textColor.withOpacity(0.6),
|
||||
fontSize: 14,
|
||||
),
|
||||
overline: TextStyle(
|
||||
color: textColor.withOpacity(0.8),
|
||||
fontSize: 12,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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