Skip to content

Commit 252c489

Browse files
author
code3-dev
committed
fix bugs - add base64 subs
1 parent 0b18419 commit 252c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/theme/app_theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AppTheme {
5454
),
5555
iconTheme: const IconThemeData(color: textLight),
5656
),
57-
cardTheme: CardTheme(
57+
cardTheme: CardThemeData(
5858
color: cardDark,
5959
elevation: 4,
6060
shape: RoundedRectangleBorder(

0 commit comments

Comments
 (0)