Skip to content

Commit

Permalink
Use text color for quick reaction emojis
Browse files Browse the repository at this point in the history
This fixes an issue in an app using Hydrogen
(https://github.com/hydrogen-sailfishos/harbour-hydrogen).
where emojis were hardly legible when/because they are rendered
in a monochrome font.

Signed-off-by: Mirian Margiani <[email protected]>
  • Loading branch information
ichthyosaurus authored and b100dian committed Dec 8, 2024
1 parent 9da14fb commit 980a400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/web/ui/css/themes/element/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ button.link {
.menu .quick-reactions button {
padding: 2px 4px;
text-align: center;
color: var(--text-color);
}

.InviteView_body {
Expand Down

0 comments on commit 980a400

Please sign in to comment.