highlights filters just a little bit better

This commit is contained in:
Bryce
2024-04-09 14:21:58 -07:00
parent d34059a9a3
commit 8b9e617062
2 changed files with 14 additions and 13 deletions

View File

@@ -89,14 +89,14 @@
:id "check-number"
:class "hot-filter"
:value (:check-number (:query-params request))
:placeholder "10001"
:placeholder "e.g., 10001"
:size :small}))
(com/field {:label "Invoice #"}
(com/text-input {:name "invoice-number"
:id "invoice-number"
:class "hot-filter"
:value (:invoice-number (:query-params request))
:placeholder "10001"
:placeholder "e.g., ABC-456"
:size :small}))
(com/field {:label "Amount"}