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

Commit

Permalink
Fix background on live location sharing footer (#12629)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
t3chguy authored Jun 20, 2024
1 parent d5e06c9 commit 1bf430b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/components/views/messages/_MBeaconBody.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1bf430b

Please sign in to comment.