Vaibhav_Enhancement-#1129 #73

Merged
vaibhav.surve merged 33 commits from Vaibhav_Enhancement-#1129 into main 2025-09-30 09:09:36 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9012218a44 - Show all commits

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: [