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

Make files & voice memos in bubble layout match colouring #7457

Merged
merged 3 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ limitations under the License.
right: -35px;
}

.mx_MediaBody {
background: $eventbubble-self-bg;
}

--backgroundColor: $eventbubble-self-bg;
}

Expand Down