diff --git a/lib/ui/my_team/employee_details.dart b/lib/ui/my_team/employee_details.dart index 82d289d..d0e167d 100644 --- a/lib/ui/my_team/employee_details.dart +++ b/lib/ui/my_team/employee_details.dart @@ -82,7 +82,7 @@ class _EmployeeDetailsState extends State { ), ), ) : Container( - decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)), + decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)), ), SingleChildScrollView( scrollDirection: Axis.vertical, diff --git a/lib/ui/profile/profile_screen.dart b/lib/ui/profile/profile_screen.dart index 533834f..c071d3f 100644 --- a/lib/ui/profile/profile_screen.dart +++ b/lib/ui/profile/profile_screen.dart @@ -62,7 +62,7 @@ class _ProfileScreenState extends State { ), ), ): Container( - decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)), + decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)), ), SingleChildScrollView( scrollDirection: Axis.vertical,