fix: Correct formatting and improve comments in various files for clarity

This commit is contained in:
Achintha Isuru
2026-03-02 12:38:57 -05:00
parent a13cadefc8
commit 8497709356
6 changed files with 21 additions and 23 deletions

View File

@@ -180,7 +180,7 @@ class _ClockInPageState extends State<ClockInPage> {
style: UiTypography.body2b,
),
Text(
"${shift.clientName} • ${shift.location}",
"${shift.clientName} ${shift.location}",
style: UiTypography
.body3r
.textSecondary,