-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unreadable quote text for sticker replies
The background used to be transparent, and the text color has been changed to white in e69fd47, but then we changed background color of the quote bubbles to be the same as the message bubble color for regular messages in f83ce46, so now there is no need to override colors.
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,11 +238,6 @@ | |
|
||
& > .quote { | ||
margin: 0; | ||
color: white; | ||
|
||
.quoted-text { | ||
color: white; | ||
} | ||
} | ||
} | ||
} | ||
|