Small fix
This commit is contained in:
@@ -19,7 +19,7 @@ class AppTheme {
|
||||
elevation: 0, // Убираем тень
|
||||
centerTitle: true, // Центрируем заголовок
|
||||
),
|
||||
cardTheme: CardTheme(
|
||||
cardTheme: CardThemeData(
|
||||
elevation: 1, // Легкая тень
|
||||
margin: const EdgeInsets.all(8),
|
||||
shape: RoundedRectangleBorder(
|
||||
@@ -57,7 +57,7 @@ class AppTheme {
|
||||
elevation: 0,
|
||||
centerTitle: true,
|
||||
),
|
||||
cardTheme: CardTheme(
|
||||
cardTheme: CardThemeData(
|
||||
elevation: 1,
|
||||
margin: const EdgeInsets.all(8),
|
||||
color: Colors.grey[800], // Темные карточки
|
||||
|
||||
Reference in New Issue
Block a user