1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Restore room list backdrop (#11300)

* Restore room list backdrop

* Lintfix
This commit is contained in:
Germain
2023-07-20 09:13:22 +01:00
committed by GitHub
parent dd5b9329e4
commit 882c85a028
5 changed files with 11 additions and 4 deletions

View File

@ -202,7 +202,7 @@ $imagebody-giflabel-color: $background;
/* RoomList */
/* ******************** */
$roomlist-bg-color: var(--cpd-color-bg-subtle-secondary);
$roomlist-bg-color: rgba(245, 245, 245, 0.9);
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, $background 0%, #ffffff00 100%);
$roomtile-default-badge-bg-color: $muted-fg-color;
/* ******************** */