fix light mode timesheet background and add missing aria-label

This commit is contained in:
Gregor Vostrak
2026-05-20 15:24:09 +02:00
parent 54fffd07bc
commit eb63c4ef03
2 changed files with 6 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ function hasRunningEntry(dayIndex: number): boolean {
<Button
variant="ghost"
size="icon"
aria-label="Remove row"
class="h-6 w-6 flex-shrink-0 opacity-0 group-hover:opacity-100 transition-opacity"
@click="emit('removeRow', row.key)">
<XMarkIcon class="h-3.5 w-3.5 text-icon-default" />