Skip to content
Merged
3 changes: 2 additions & 1 deletion plugins/ui/apps/wizards/src/components/StepForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}

.groupRequiredAsterisk {
margin-left: 2px;
margin-left: 4px;
color: var(--color-feedback-error, #a3293d);
}

Expand Down Expand Up @@ -408,6 +408,7 @@
.requiredAsterisk {
color: #c00;
font-weight: bold;
margin-left: 4px;
}

.required {
Expand Down
Loading