0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-23 23:35:58 -05:00

🐛 Fix radio button component

This commit is contained in:
Belén Albeza 2024-01-10 17:54:31 +01:00
parent 34f1f3d103
commit aed5388bfd

View file

@ -36,7 +36,7 @@
encode-fn (unchecked-get context "encode-fn")
checked? (= selected value)]
[:label {:for id
[:label {:html-for id
:title title
:key unique-key
:class (stl/css-case
@ -104,6 +104,3 @@
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))
:style {:width width}}
children]]))