diff --git a/packages/client/src/utils/styleable.js b/packages/client/src/utils/styleable.js index a3c4cb7ca5..3e934016f6 100644 --- a/packages/client/src/utils/styleable.js +++ b/packages/client/src/utils/styleable.js @@ -36,7 +36,7 @@ const addBuilderPreviewStyles = (styleString, componentId, selectable) => { // Highlighted selected element if (componentId === state.selectedComponentId) { - str += `;box-shadow: 0 0 0 ${selectedComponentWidth}px ${selectedComponentColor} inset !important;` + str += `;border: ${selectedComponentWidth}px solid ${selectedComponentColor} !important;` } }