M3 Overhaul
This commit is contained in:
@@ -91,7 +91,10 @@ class ReportCardWrapper extends StatelessWidget {
|
||||
);
|
||||
|
||||
final card = Card(
|
||||
// Rely on CardTheme for elevation (M2 exception in hybrid system).
|
||||
elevation: 0,
|
||||
shadowColor: Colors.transparent,
|
||||
color: colors.surfaceContainerLow,
|
||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
|
||||
child: cardContent,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user