|
@@ -48,10 +48,10 @@ class FunctionsPanel extends GetView<PatientDetailController> {
|
|
|
padding: const EdgeInsets.symmetric(horizontal: 0, vertical: 10)
|
|
|
.copyWith(right: 0),
|
|
|
child: GridView(
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 12).copyWith(top: 12),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 12).copyWith(top: 6),
|
|
|
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
|
|
|
crossAxisCount: 4,
|
|
|
- mainAxisSpacing: 12,
|
|
|
+ mainAxisSpacing: 5,
|
|
|
crossAxisSpacing: 12,
|
|
|
childAspectRatio: 1,
|
|
|
),
|