diff --git a/res/css/components/views/beacon/_BeaconListItem.scss b/res/css/components/views/beacon/_BeaconListItem.scss index dd99192cf56..00f8bcbe5b6 100644 --- a/res/css/components/views/beacon/_BeaconListItem.scss +++ b/res/css/components/views/beacon/_BeaconListItem.scss @@ -36,6 +36,7 @@ limitations under the License. margin-right: $spacing-8; border: 2px solid $location-live-color; + border-radius: 50%; } .mx_BeaconListItem_info { diff --git a/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss b/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss index 791e276f050..1ed370919e9 100644 --- a/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss +++ b/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss @@ -46,6 +46,7 @@ limitations under the License. box-sizing: border-box; border: 2px solid $location-live-color; + border-radius: 50%; margin: $spacing-8 0 $spacing-8 0; }