Update colours of message bubbles to match new designs (#7610)

This commit is contained in:
Michael Telatynski 2022-01-24 12:33:55 +00:00 committed by GitHub
parent b02c6c7953
commit 756b924966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -160,8 +160,8 @@ $voice-record-icon-color: $quaternary-content;
// Bubble tiles
// ********************
$eventbubble-self-bg: #14322E;
$eventbubble-others-bg: $event-selected-color;
$eventbubble-self-bg: #133A34;
$eventbubble-others-bg: #21262C;
$eventbubble-bg-hover: #1C2026;
$eventbubble-reply-color: #C1C6CD;
// ********************

View File

@ -236,8 +236,8 @@ $voice-record-icon-color: $tertiary-content;
// Bubble tiles
// ********************
$eventbubble-self-bg: #F0FBF8;
$eventbubble-others-bg: $system;
$eventbubble-self-bg: #E7F8F3;
$eventbubble-others-bg: #E8EDF4;
$eventbubble-bg-hover: #FAFBFD;
$eventbubble-reply-color: $quaternary-content;
// ********************