Make bubble layout background color less agressive
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
248a758ad6
commit
f53de5de99
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue