Make bubble layout background color less agressive

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-22 18:04:24 +02:00
parent 248a758ad6
commit f53de5de99
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D

View File

@ -230,7 +230,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
// Bubble tiles
$eventbubble-self-bg: #143A34;
$eventbubble-others-bg: #394049;
$eventbubble-bg-hover: #433C23;
$eventbubble-bg-hover: $header-panel-bg-color;
$eventbubble-avatar-outline: $bg-color;
$eventbubble-reply-color: #C1C6CD;