We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d2fba commit c00c949Copy full SHA for c00c949
lib/style/app_themes.dart
@@ -99,15 +99,15 @@ ThemeData getAppTheme(ColorScheme colorScheme) {
99
cardTheme: base.cardTheme.copyWith(elevation: 0.1),
100
appBarTheme: base.appBarTheme.copyWith(
101
backgroundColor: bgColor,
102
- iconTheme: IconThemeData(color: colorScheme.primary),
+ foregroundColor: colorScheme.primary,
103
+ elevation: 0,
104
centerTitle: true,
105
titleTextStyle: TextStyle(
- fontSize: 30,
106
+ fontSize: 28,
107
fontFamily: 'paytoneOne',
- fontWeight: FontWeight.w300,
108
+ fontWeight: FontWeight.w400,
109
color: colorScheme.primary,
110
),
- elevation: 0,
111
112
listTileTheme: base.listTileTheme.copyWith(
113
textColor: colorScheme.primary,
0 commit comments