styling
This commit is contained in:
@@ -515,7 +515,7 @@ const AdminRegistrationBuilder = () => {
|
|||||||
<Button
|
<Button
|
||||||
size="icon"
|
size="icon"
|
||||||
variant="ghost"
|
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) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handleDeleteStep(step.id);
|
handleDeleteStep(step.id);
|
||||||
@@ -578,7 +578,7 @@ const AdminRegistrationBuilder = () => {
|
|||||||
<Button
|
<Button
|
||||||
size="icon"
|
size="icon"
|
||||||
variant="ghost"
|
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) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handleDeleteSection(section.id);
|
handleDeleteSection(section.id);
|
||||||
@@ -627,7 +627,7 @@ const AdminRegistrationBuilder = () => {
|
|||||||
<Button
|
<Button
|
||||||
size="icon"
|
size="icon"
|
||||||
variant="ghost"
|
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) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handleDeleteField(section.id, field.id);
|
handleDeleteField(section.id, field.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user