diff --git a/res/css/views/dialogs/_ShareDialog.pcss b/res/css/views/dialogs/_ShareDialog.pcss index 561e0dc20f1..cfede43aae7 100644 --- a/res/css/views/dialogs/_ShareDialog.pcss +++ b/res/css/views/dialogs/_ShareDialog.pcss @@ -58,10 +58,10 @@ Please see LICENSE files in the repository root for full details. justify-content: center; a { - /* 48px on figma but we need to add the border size */ - width: 46px; - height: 46px; + width: 48px; + height: 48px; border-radius: 99px; + box-sizing: border-box; border: 1px solid var(--cpd-color-border-interactive-secondary); display: flex; justify-content: center;