diff --git a/lib/view/employees/employee_detail_screen.dart b/lib/view/employees/employee_detail_screen.dart index bcf0098..bcaecdc 100644 --- a/lib/view/employees/employee_detail_screen.dart +++ b/lib/view/employees/employee_detail_screen.dart @@ -153,7 +153,7 @@ class _EmployeeDetailPageState extends State { return Card( elevation: 3, shadowColor: Colors.black12, - shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(10)), + shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)), child: Padding( padding: const EdgeInsets.fromLTRB(12, 16, 12, 16), child: Column( diff --git a/lib/view/employees/employees_screen.dart b/lib/view/employees/employees_screen.dart index 7d015ce..19c6e46 100644 --- a/lib/view/employees/employees_screen.dart +++ b/lib/view/employees/employees_screen.dart @@ -279,7 +279,7 @@ class _EmployeesScreenState extends State with UIMixin { Widget _buildSearchAndActionRow() { return Padding( - padding: MySpacing.x(flexSpacing), + padding: MySpacing.x(15), child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [