Tweak light hover & active color for bubble layout (#7626)

* Tweak light hover & active color for bubble layout

* delint
pull/21833/head
Michael Telatynski 2022-01-25 14:21:13 +00:00 committed by GitHub
parent ede94e7506
commit 51fd4d82fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ $voice-record-icon-color: $tertiary-content;
// ********************
$eventbubble-self-bg: #E7F8F3;
$eventbubble-others-bg: #E8EDF4;
$eventbubble-bg-hover: #FAFBFD;
$eventbubble-bg-hover: #F6F7F8;
$eventbubble-reply-color: $quaternary-content;
// ********************