Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/DeleteLecturerConfirmDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function DeleteLecturerConfirmDialog({
void handleDelete();
}}
disabled={!canDelete}
className="bg-red-600 hover:bg-red-700 focus:ring-red-600"
className="bg-destructive text-white hover:bg-destructive/90"
>
<Trash2 className="w-4 h-4 mr-2" />
{busy ? "Wird gelöscht…" : "Endgültig löschen"}
Expand Down
1 change: 0 additions & 1 deletion src/components/LecturerDetailDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ export function LecturerDetailDialog({
disabled={
!detail || loading || deletionState !== "idle"
}
className="bg-red-600 hover:bg-red-700 text-white"
>
<Trash2 className="w-4 h-4 mr-2" />
Account löschen
Expand Down
Loading