File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
apps/webapp/src/modules/attendance/components Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -351,10 +351,10 @@ const AttendanceContent = ({
351
351
) : (
352
352
< div className = "h-4 w-4 rounded-full border mr-2 flex-shrink-0" />
353
353
) }
354
- < span className = "ml-2" >
354
+ < span className = "ml-2 text-sm " >
355
355
{ name }
356
356
{ isYou && (
357
- < span className = "ml-1 text-sm text-muted-foreground" > (you)</ span >
357
+ < span className = "ml-1 text-xs text-muted-foreground" > (you)</ span >
358
358
) }
359
359
</ span >
360
360
</ div >
@@ -410,10 +410,10 @@ const AttendanceContent = ({
410
410
>
411
411
< div className = "flex items-center" >
412
412
< div className = "h-4 w-4 rounded-full border mr-2 flex-shrink-0" />
413
- < span className = "ml-2" >
413
+ < span className = "ml-2 text-sm " >
414
414
{ name }
415
415
{ isYou && (
416
- < span className = "ml-1 text-sm text-muted-foreground" > (you)</ span >
416
+ < span className = "ml-1 text-xs text-muted-foreground" > (you)</ span >
417
417
) }
418
418
</ span >
419
419
</ div >
@@ -519,10 +519,10 @@ const AttendanceContent = ({
519
519
) : (
520
520
< div className = "h-4 w-4 rounded-full border mr-2 flex-shrink-0" />
521
521
) }
522
- < span className = "ml-2" >
522
+ < span className = "ml-2 text-sm " >
523
523
{ name }
524
524
{ isYou && (
525
- < span className = "ml-1 text-sm text-muted-foreground" > (you)</ span >
525
+ < span className = "ml-1 text-xs text-muted-foreground" > (you)</ span >
526
526
) }
527
527
</ span >
528
528
</ div >
You can’t perform that action at this time.
0 commit comments