Fix background on live location sharing footer (#12629)

* Fix background on live location sharing footer

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update _MBeaconBody.pcss

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28217/head
Michael Telatynski 2024-06-20 11:18:26 +01:00 committed by GitHub
parent d5e06c95cb
commit 1bf430ba23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ limitations under the License.
position: absolute;
bottom: 0;
width: 100%;
background-color: $overlay-background;
background-color: var(--cpd-color-bg-canvas-default);
opacity: 0.85;
}
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line .mx_MBeaconBody {