0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix text transform buttons order

This commit is contained in:
Belén Albeza 2024-02-13 12:01:35 +01:00 committed by Alonso Torres
parent 565bf5fbb8
commit c336cbe8ab

View file

@ -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}