Makes testing of transaction rules work

This commit is contained in:
2023-10-26 21:23:52 -07:00
parent 5ed23f26be
commit 7f7458d54a
12 changed files with 196 additions and 40 deletions

View File

@@ -9,10 +9,10 @@
children])
(defn modal-card- [params header content footer]
[:div#modal-card (update params
[:div (update params
:class (fn [c] (-> c
(or "")
(hh/add-class "w-full p-4 h-full")
(hh/add-class "w-full p-4 h-full modal-card")
)))
[:div {:class "bg-white rounded-lg shadow dark:bg-gray-700 dark:text-white modal-content w-full flex flex-col h-full"}
[:div {:class "flex items-start justify-between p-4 border-b rounded-t dark:border-gray-600 shrink-0"} header]