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

Commit 89b0ed1

Browse files
committed
Use $system
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 4f78bad commit 89b0ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/themes/dark/css/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $lightbox-background-bg-opacity: 0.85;
9797

9898
// RoomList
9999
// ********************
100-
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
100+
$roomlist-bg-color: rgba($system, 0.90);
101101
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);
102102
$roomtile-default-badge-bg-color: $input-darker-fg-color;
103103
// ********************

0 commit comments

Comments
 (0)