diff --git a/lib/new_ui/screens/attendance_screen/attendance_screen.dart b/lib/new_ui/screens/attendance_screen/attendance_screen.dart index 2110c15..0bb8519 100644 --- a/lib/new_ui/screens/attendance_screen/attendance_screen.dart +++ b/lib/new_ui/screens/attendance_screen/attendance_screen.dart @@ -341,7 +341,7 @@ class _AttendanceScreenState extends State { await AttendanceService.markPresent(attendanceList, index); /*_fetchAndSetAttendance();*/ }, - child: const Text('Present', style: TextStyle(color: Colors.white, fontSize: 12),), + child: const Text('Present', style: TextStyle(color: Colors.white, fontSize: 15),), style: ElevatedButton.styleFrom( backgroundColor: commonbgL3ightblack, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)), @@ -353,7 +353,7 @@ class _AttendanceScreenState extends State { await AttendanceService.markAbsent(attendanceList, index); /*_fetchAndSetAttendance();*/ }, - child: const Text('Absent', style: TextStyle(color: Colors.white, fontSize: 12),), + child: const Text('Absent', style: TextStyle(color: Colors.white, fontSize: 15),), style: ElevatedButton.styleFrom( backgroundColor: commonbgL3ightblack, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)),