Skip to content

Commit c00c949

Browse files
committed
refactor: update appBarTheme properties for improved styling
1 parent 14d2fba commit c00c949

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/style/app_themes.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ ThemeData getAppTheme(ColorScheme colorScheme) {
9999
cardTheme: base.cardTheme.copyWith(elevation: 0.1),
100100
appBarTheme: base.appBarTheme.copyWith(
101101
backgroundColor: bgColor,
102-
iconTheme: IconThemeData(color: colorScheme.primary),
102+
foregroundColor: colorScheme.primary,
103+
elevation: 0,
103104
centerTitle: true,
104105
titleTextStyle: TextStyle(
105-
fontSize: 30,
106+
fontSize: 28,
106107
fontFamily: 'paytoneOne',
107-
fontWeight: FontWeight.w300,
108+
fontWeight: FontWeight.w400,
108109
color: colorScheme.primary,
109110
),
110-
elevation: 0,
111111
),
112112
listTileTheme: base.listTileTheme.copyWith(
113113
textColor: colorScheme.primary,

0 commit comments

Comments
 (0)