Swap Bulma for DaisyUI (Tailwind) (#111)

This commit is contained in:
Mike Stefanello 2025-06-17 20:19:58 -04:00 committed by GitHub
parent fc5db0e95a
commit c1e9baabe6
53 changed files with 1124 additions and 632 deletions

View file

@ -51,7 +51,7 @@ func (f *Contact) Render(r *ui.Request) Node {
Value: f.Message,
}),
ControlGroup(
FormButton("is-link", "Submit"),
FormButton(ColorPrimary, "Submit"),
),
CSRF(r),
)