fix: Correct formatting and improve comments in various files for clarity
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user