You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-04 23:02:14 +03:00
Update colours of message bubbles to match new designs (#7610)
This commit is contained in:
committed by
GitHub
parent
b02c6c7953
commit
756b924966
@@ -160,8 +160,8 @@ $voice-record-icon-color: $quaternary-content;
|
|||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
// ********************
|
// ********************
|
||||||
$eventbubble-self-bg: #14322E;
|
$eventbubble-self-bg: #133A34;
|
||||||
$eventbubble-others-bg: $event-selected-color;
|
$eventbubble-others-bg: #21262C;
|
||||||
$eventbubble-bg-hover: #1C2026;
|
$eventbubble-bg-hover: #1C2026;
|
||||||
$eventbubble-reply-color: #C1C6CD;
|
$eventbubble-reply-color: #C1C6CD;
|
||||||
// ********************
|
// ********************
|
||||||
|
@@ -236,8 +236,8 @@ $voice-record-icon-color: $tertiary-content;
|
|||||||
|
|
||||||
// Bubble tiles
|
// Bubble tiles
|
||||||
// ********************
|
// ********************
|
||||||
$eventbubble-self-bg: #F0FBF8;
|
$eventbubble-self-bg: #E7F8F3;
|
||||||
$eventbubble-others-bg: $system;
|
$eventbubble-others-bg: #E8EDF4;
|
||||||
$eventbubble-bg-hover: #FAFBFD;
|
$eventbubble-bg-hover: #FAFBFD;
|
||||||
$eventbubble-reply-color: $quaternary-content;
|
$eventbubble-reply-color: $quaternary-content;
|
||||||
// ********************
|
// ********************
|
||||||
|
Reference in New Issue
Block a user