diff --git a/lib/view/employees/employees_screen.dart b/lib/view/employees/employees_screen.dart index 9989926..8161468 100644 --- a/lib/view/employees/employees_screen.dart +++ b/lib/view/employees/employees_screen.dart @@ -360,11 +360,11 @@ class _EmployeesScreenState extends State with UIMixin { value: _employeeController.isAllEmployeeSelected.value, onChanged: (_) => Navigator.pop(context, 'all_employees'), checkColor: Colors.white, - activeColor: Colors.red, + activeColor: Colors.blueAccent, side: const BorderSide(color: Colors.black, width: 1.5), fillColor: MaterialStateProperty.resolveWith( (states) => states.contains(MaterialState.selected) - ? Colors.red + ? Colors.blueAccent : Colors.white), ), const Text('All Employees'),