feat: Updates rectangular size to be a modal form, some style updates to other views.
This commit is contained in:
@@ -94,7 +94,7 @@ public struct TrashButton: HTML, Sendable {
|
||||
public var body: some HTML<HTMLTag.button> {
|
||||
button(
|
||||
.type(.button),
|
||||
.class("btn btn-error btn-circle dark:text-white")
|
||||
.class("btn btn-error")
|
||||
) {
|
||||
SVG(.trash)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user