mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix text transform buttons order
This commit is contained in:
parent
565bf5fbb8
commit
c336cbe8ab
1 changed files with 5 additions and 5 deletions
|
@ -409,14 +409,14 @@
|
||||||
:type "checkbox"
|
:type "checkbox"
|
||||||
:value "uppercase"
|
:value "uppercase"
|
||||||
:id "text-transform-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
|
[:& radio-button {:icon i/text-mixed-refactor
|
||||||
:type "checkbox"
|
:type "checkbox"
|
||||||
:value "capitalize"
|
: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/defc text-options
|
||||||
{::mf/wrap-props false}
|
{::mf/wrap-props false}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue