mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Fix radio button component
This commit is contained in:
parent
34f1f3d103
commit
aed5388bfd
@ -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]]))
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user