Formular-Überschriften fett, Version 0.1.3

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 18:10:07 +02:00
parent c4b4d958cd
commit 441df3194e
3 changed files with 49 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export default function ArbeitszeitForm({ editEntry, pause, onSaved, onCancel }:
}
}
const labelCls = 'block text-xs font-medium text-gray-700 mb-0.5';
const labelCls = 'block text-xs font-bold text-gray-700 mb-0.5';
const numCls =
'w-24 px-2 py-1 border-2 border-gray-400 rounded-lg bg-white text-gray-900 text-sm focus:border-green-600 focus:outline-none';
const wt = weekdayName(datum);