diff --git a/src/style_manager/model/PropertyFactory.js b/src/style_manager/model/PropertyFactory.js index 7a21fcfbd..2c9f0b4af 100644 --- a/src/style_manager/model/PropertyFactory.js +++ b/src/style_manager/model/PropertyFactory.js @@ -722,8 +722,8 @@ export default () => ({ obj.properties = this.build([ 'border-top-left-radius', 'border-top-right-radius', - 'border-bottom-left-radius', - 'border-bottom-right-radius' + 'border-bottom-right-radius', + 'border-bottom-left-radius' ]); break; case 'box-shadow':