Makes outgoing invoice look a little better

This commit is contained in:
2024-04-01 20:19:28 -07:00
parent 092377a93b
commit b7c6493bd6
4 changed files with 188 additions and 140 deletions

View File

@@ -12,7 +12,7 @@
(defn content-card- [params & children]
[:section (merge params {:class (hh/add-class " py-3 sm:py-5" (:class params))})
[:div {:class "max-w-screen-2xl"}
[:div {:class (:max-w params "max-w-screen-2xl")}
(into
[:div {:class "relative overflow-hidden shadow-md dark:bg-gray-800 sm:rounded-lg border-2 border-gray-200 dark:border-gray-900 bg-white"}]
children)]])