fix: Fixes trunk / runout rectangular size badge not matching color of room rectangular size.

This commit is contained in:
2026-01-14 19:05:49 -05:00
parent 9b5b891744
commit 356e020e3b

View File

@@ -92,6 +92,7 @@ extension DuctSizingView {
Badge {
span { "\(width) x \(height)" }
}
.attributes(.class("badge-info"))
}
}
div(.class("flex justify-end")) {