Skip to content

Commit e726bbb

Browse files
committed
Fixed tags dialog and improved tag selection screen
1 parent 60e2e12 commit e726bbb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/utils/themes.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ final ThemeData lightTheme = ThemeData.light(useMaterial3: true).copyWith(
3131
shadowColor: Colors.black54,
3232
elevation: 0.0,
3333
scrolledUnderElevation: 5.0,
34-
shadowColor: Colors.black54,
3534
iconTheme: IconThemeData(
3635
color: AppColors.accent,
3736
),
@@ -203,7 +202,6 @@ final ThemeData darkTheme = ThemeData.dark(useMaterial3: true).copyWith(
203202
shadowColor: Colors.black54,
204203
elevation: 0.0,
205204
scrolledUnderElevation: 5.0,
206-
shadowColor: Colors.black54,
207205
iconTheme: IconThemeData(
208206
color: AppColors.accent,
209207
),

0 commit comments

Comments
 (0)