This commit is contained in:
2026-02-04 11:44:50 -06:00
parent ced8d75bcc
commit 96e4b711a8

View File

@@ -515,7 +515,7 @@ const AdminRegistrationBuilder = () => {
<Button
size="icon"
variant="ghost"
className="h-6 w-6 text-red-500 hover:text-white"
className="h-6 w-6 text-red-500 hover:text-background"
onClick={(e) => {
e.stopPropagation();
handleDeleteStep(step.id);
@@ -578,7 +578,7 @@ const AdminRegistrationBuilder = () => {
<Button
size="icon"
variant="ghost"
className="h-6 w-6 text-red-500 hover:text-red-700"
className="h-6 w-6 text-red-500 hover:text-background"
onClick={(e) => {
e.stopPropagation();
handleDeleteSection(section.id);
@@ -627,7 +627,7 @@ const AdminRegistrationBuilder = () => {
<Button
size="icon"
variant="ghost"
className="h-6 w-6 text-red-500 hover:text-red-700"
className="h-6 w-6 text-red-500 hover:text-background"
onClick={(e) => {
e.stopPropagation();
handleDeleteField(section.id, field.id);