diff --git a/Frontend/patient_manager/lib/components/mybutton.dart b/Frontend/patient_manager/lib/components/mybutton.dart index 21c73840..9401c7f1 100644 --- a/Frontend/patient_manager/lib/components/mybutton.dart +++ b/Frontend/patient_manager/lib/components/mybutton.dart @@ -17,7 +17,7 @@ class MyButton extends StatelessWidget { @override Widget build(BuildContext context) { return Padding( - padding: const EdgeInsets.all(25.0), + padding: const EdgeInsets.symmetric(vertical: 25.0), child: ElevatedButton( onPressed: onTap, style: ElevatedButton.styleFrom(