mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 11:45:40 +00:00
🐛 Fix text transform buttons order
This commit is contained in:
committed by
Alonso Torres
parent
565bf5fbb8
commit
c336cbe8ab
@@ -409,14 +409,14 @@
|
||||
:type "checkbox"
|
||||
:value "uppercase"
|
||||
:id "text-transform-uppercase"}]
|
||||
[:& radio-button {:icon i/text-lowercase-refactor
|
||||
:type "checkbox"
|
||||
:value "lowercase"
|
||||
:id "text-transform-lowercase"}]
|
||||
[:& radio-button {:icon i/text-mixed-refactor
|
||||
:type "checkbox"
|
||||
:value "capitalize"
|
||||
:id "text-transform-capitalize"}]]]))
|
||||
:id "text-transform-capitalize"}]
|
||||
[:& radio-button {:icon i/text-lowercase-refactor
|
||||
:type "checkbox"
|
||||
:value "lowercase"
|
||||
:id "text-transform-lowercase"}]]]))
|
||||
|
||||
(mf/defc text-options
|
||||
{::mf/wrap-props false}
|
||||
|
||||
Reference in New Issue
Block a user