From 356e020e3bd0bcda1688a89362fcbc1426dcaa76 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 14 Jan 2026 19:05:49 -0500 Subject: [PATCH] fix: Fixes trunk / runout rectangular size badge not matching color of room rectangular size. --- Sources/ViewController/Views/DuctSizing/TrunksTable.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/ViewController/Views/DuctSizing/TrunksTable.swift b/Sources/ViewController/Views/DuctSizing/TrunksTable.swift index 1f17319..c347be0 100644 --- a/Sources/ViewController/Views/DuctSizing/TrunksTable.swift +++ b/Sources/ViewController/Views/DuctSizing/TrunksTable.swift @@ -92,6 +92,7 @@ extension DuctSizingView { Badge { span { "\(width) x \(height)" } } + .attributes(.class("badge-info")) } } div(.class("flex justify-end")) {