feat: Updates button styles.

This commit is contained in:
2026-01-10 20:37:57 -05:00
parent 1446540109
commit a7f40efba9
4 changed files with 39 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ struct RoomsView: HTML, Sendable {
Tooltip("Edit SHR") {
EditButton()
.attributes(.showModal(id: SHRForm.id))
.attributes(.class("btn-ghost"), .showModal(id: SHRForm.id))
}
}
.attributes(.class("m-4"))
@@ -55,7 +55,7 @@ struct RoomsView: HTML, Sendable {
Tooltip("Add Room") {
PlusButton()
.attributes(
.class("mx-auto"),
.class("btn-ghost mx-auto"),
.showModal(id: RoomForm.id())
)
}