feat: Better modal form using dialog, some forms still need updated to use it effectively.
This commit is contained in:
@@ -16,7 +16,7 @@ public struct SubmitButton: HTML, Sendable {
|
||||
button(
|
||||
.class(
|
||||
"""
|
||||
text-white font-bold text-xl bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded-lg shadow-lg
|
||||
btn btn-secondary
|
||||
"""
|
||||
),
|
||||
.type(type)
|
||||
|
||||
Reference in New Issue
Block a user