refactor: Adjust border radius in EmployeeDetailPage and update padding in EmployeesScreen

This commit is contained in:
Vaibhav Surve 2025-09-24 17:42:42 +05:30
parent fb26ba0757
commit 9012218a44
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ class _EmployeeDetailPageState extends State<EmployeeDetailPage> {
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(

View File

@ -279,7 +279,7 @@ class _EmployeesScreenState extends State<EmployeesScreen> with UIMixin {
Widget _buildSearchAndActionRow() {
return Padding(
padding: MySpacing.x(flexSpacing),
padding: MySpacing.x(15),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [