diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 1e5eab25ce..058d04c2fb 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -8008,20 +8008,12 @@ "key": "text", "wide": true }, - { - "type": "color", - "label": "Color", - "key": "color", - "showInBar": true, - "wide": true - }, { "type": "select", "label": "Alignment", "key": "align", "defaultValue": "left", "showInBar": true, - "wide": true, "barStyle": "buttons", "options": [ { @@ -8049,6 +8041,12 @@ "barTitle": "Justify text" } ] + }, + { + "type": "color", + "label": "Color", + "key": "color", + "showInBar": true } ] }