Update: 2026-08-03 00:20:40

This commit is contained in:
Hamza-Ayed
2026-08-03 00:20:40 +03:00
parent c23c3c0721
commit 2b9f696372
39 changed files with 38513 additions and 38217 deletions
@@ -132,7 +132,7 @@ class _EmployeeCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
bool isExcellent = employee['status'].toString().contains('ممتاز');
Color statusColor = isExcellent ? cs.success : Colors.amber;
Color statusColor = isExcellent ? cs.success : cs.warning;
return Container(
margin: const EdgeInsets.only(bottom: 16),