refactor: Adjust border radius in EmployeeDetailPage and update padding in EmployeesScreen
This commit is contained in:
parent
fb26ba0757
commit
9012218a44
@ -153,7 +153,7 @@ class _EmployeeDetailPageState extends State<EmployeeDetailPage> {
|
|||||||
return Card(
|
return Card(
|
||||||
elevation: 3,
|
elevation: 3,
|
||||||
shadowColor: Colors.black12,
|
shadowColor: Colors.black12,
|
||||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(10)),
|
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(12, 16, 12, 16),
|
padding: const EdgeInsets.fromLTRB(12, 16, 12, 16),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
@ -279,7 +279,7 @@ class _EmployeesScreenState extends State<EmployeesScreen> with UIMixin {
|
|||||||
|
|
||||||
Widget _buildSearchAndActionRow() {
|
Widget _buildSearchAndActionRow() {
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: MySpacing.x(flexSpacing),
|
padding: MySpacing.x(15),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user