Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1bf430b

Browse files
authored
Fix background on live location sharing footer (#12629)
* Fix background on live location sharing footer Signed-off-by: Michael Telatynski <[email protected]> * Update _MBeaconBody.pcss --------- Signed-off-by: Michael Telatynski <[email protected]>
1 parent d5e06c9 commit 1bf430b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/components/views/messages/_MBeaconBody.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ limitations under the License.
7474
position: absolute;
7575
bottom: 0;
7676
width: 100%;
77-
background-color: $overlay-background;
77+
background-color: var(--cpd-color-bg-canvas-default);
78+
opacity: 0.85;
7879
}
7980

8081
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line .mx_MBeaconBody {

0 commit comments

Comments
 (0)