update to completely remove tailwindcss

This commit is contained in:
2024-05-05 18:51:20 -05:00
parent 8113239504
commit 68d6b857ed
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ impl FormStyle for GridFormStyle {
<label for={&control.data.name} class="form_label">
{control.data.label.as_ref()}
</label>
<span class="inline pl-2 text-red-600">
<span class="form_error">
{move || format!("{}", validation_state.get().err().unwrap_or_default())}
</span>
</div>