Skip to content

Commit ba5e7d4

Browse files
committed
fix event-encrypting-color in dark theme
1 parent c1290fd commit ba5e7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skins/vector/css/themes/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $roomsublist-label-bg-color: #454545;
8383
// ********************
8484

8585
// event tile lifecycle
86-
$event-encrypting-color: #abddbc;
86+
$event-encrypting-color: rgba(171, 221, 188, 0.4);
8787
$event-sending-color: #ddd;
8888
$event-notsent-color: #f44;
8989

0 commit comments

Comments
 (0)