Skip to content
Snippets Groups Projects
Commit d5c71396 authored by Leon Tappe's avatar Leon Tappe 🔥
Browse files

remove crazy elevation from dhasboardcard

parent f06e7f70
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ class DashboardCard extends StatelessWidget {
Widget build(BuildContext context) {
return Card(
margin: EdgeInsets.all(8.0),
elevation: 8.0,
child: Padding(
padding: padding,
child: Column(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment