Merge pull request #306 from ente-io/medium_all_the_things

Medium all the things
This commit is contained in:
Manav 2022-06-13 20:04:48 +05:30 committed by GitHub
commit 01880fe92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -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,
),
);
}

View file

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