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

Commit 51fd4d8

Browse files
authored
Tweak light hover & active color for bubble layout (#7626)
* Tweak light hover & active color for bubble layout * delint
1 parent ede94e7 commit 51fd4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/themes/light/css/_light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $voice-record-icon-color: $tertiary-content;
238238
// ********************
239239
$eventbubble-self-bg: #E7F8F3;
240240
$eventbubble-others-bg: #E8EDF4;
241-
$eventbubble-bg-hover: #FAFBFD;
241+
$eventbubble-bg-hover: #F6F7F8;
242242
$eventbubble-reply-color: $quaternary-content;
243243
// ********************
244244

0 commit comments

Comments
 (0)