From f35ba91dbb49ba48f64690a12fdfdf4ce6a2d9bc Mon Sep 17 00:00:00 2001 From: Mirian Margiani Date: Mon, 2 Dec 2024 13:09:12 +0100 Subject: [PATCH] Use text color for quick reaction emojis 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 --- src/platform/web/ui/css/themes/element/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index 208017a41a..12b784b170 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -904,6 +904,7 @@ button.link { .menu .quick-reactions button { padding: 2px 4px; text-align: center; + color: var(--text-color); } .InviteView_body {