styling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user