fix
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
(defn cell- [params & rest]
|
||||
(into [:td.px-4.py-2 (update params
|
||||
:class #(str (-> "first:border-l-4 first:box-content first:group-[.live-added]:border-green-500 "
|
||||
:class #(str (-> "first:border-l-4 first:box-content"
|
||||
(hh/add-class (or % ""))))) ]
|
||||
rest))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user