♻️ Remove new-css-system from modals

This commit is contained in:
Eva 2024-01-03 13:23:06 +01:00
parent 7a3525febc
commit 3f151f16ce
41 changed files with 2359 additions and 4385 deletions

View file

@ -30,15 +30,14 @@
(when label-text
[:label {:for input-id :class-name label-class} label-text])
[:input
{:style {:display "none"
:width 0}
:id input-id
:multiple multi
:accept accept
:type "file"
:ref input-ref
:on-change on-files-selected
:data-test data-test
:aria-label "uploader"}]]))
[:input {:style {:display "none"
:width 0}
:id input-id
:multiple multi
:accept accept
:type "file"
:ref input-ref
:on-change on-files-selected
:data-test data-test
:aria-label "uploader"}]]))