We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e2e12 commit e726bbbCopy full SHA for e726bbb
1 file changed
lib/utils/themes.dart
@@ -31,7 +31,6 @@ final ThemeData lightTheme = ThemeData.light(useMaterial3: true).copyWith(
31
shadowColor: Colors.black54,
32
elevation: 0.0,
33
scrolledUnderElevation: 5.0,
34
- shadowColor: Colors.black54,
35
iconTheme: IconThemeData(
36
color: AppColors.accent,
37
),
@@ -203,7 +202,6 @@ final ThemeData darkTheme = ThemeData.dark(useMaterial3: true).copyWith(
203
202
204
205
206
207
208
209
0 commit comments