diff --git a/CHANGES.md b/CHANGES.md index e0de21261f..4bf4c81ce9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,7 +35,8 @@ ### :bug: Bugs fixed -- Fix border radious on boolean operations [Taiga](https://tree.taiga.io/project/penpot/issue/3959) +- Fix share prototypes overlay and stroke [Taiga #3994](https://tree.taiga.io/project/penpot/issue/3994) +- Fix border radious on boolean operations [Taiga #3959](https://tree.taiga.io/project/penpot/issue/3959) - Fix inconsistent representation of rectangles [Taiga #3977](https://tree.taiga.io/project/penpot/issue/3977) - Fix recent fonts info [Taiga #3953](https://tree.taiga.io/project/penpot/issue/3953) - Fix clipped elements affect boards and centering [Taiga #3666](https://tree.taiga.io/project/penpot/issue/3666) diff --git a/frontend/resources/styles/main/partials/share-link.scss b/frontend/resources/styles/main/partials/share-link.scss index 0a9f4c5bd3..5b96657c65 100644 --- a/frontend/resources/styles/main/partials/share-link.scss +++ b/frontend/resources/styles/main/partials/share-link.scss @@ -1,4 +1,5 @@ .share-modal { + background: none; display: block; top: 50px; left: calc(100vw - 500px); @@ -6,6 +7,7 @@ .share-link-dialog { width: 480px; background-color: $color-white; + border: 1px solid $color-gray-10; .modal-content { padding: 16px 32px;