Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update colours of message bubbles to match new designs (#7610)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 24, 2022
1 parent b02c6c7 commit 756b924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
// ********************
Expand Down
4 changes: 2 additions & 2 deletions res/themes/light/css/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
// ********************
Expand Down

0 comments on commit 756b924

Please sign in to comment.