Mobile and web versions
This commit is contained in:
@@ -124,7 +124,7 @@ class _DetailPageState extends State<DetailPage> {
|
||||
),
|
||||
child: Card(
|
||||
elevation: 4,
|
||||
color: const Color(0xFFF2F3F9),
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user