From b03433ef8b83a4c82b9d879946fb1ab5afaca522 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 19 Jul 2023 10:07:37 +0100 Subject: [PATCH] Restore color for sender in imageview (#11289) * Restore color for sender in imageview * fix typo --- res/themes/light/css/_light.pcss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/themes/light/css/_light.pcss b/res/themes/light/css/_light.pcss index d4d6fdddbaf..227666aa212 100644 --- a/res/themes/light/css/_light.pcss +++ b/res/themes/light/css/_light.pcss @@ -283,7 +283,10 @@ $eventbubble-reply-color: $quaternary-content; /* Lightbox */ /* ******************** */ -$lightbox-fg-color: $background; +/* not using a compound color here for now as we want to have the same color in + light and dark theme. Until we have a non-symetrical token for it, let's keep + it hardcoded to the following value */ +$lightbox-fg-color: #fff; $lightbox-background-bg-color: #000; $lightbox-background-bg-opacity: 0.95; /* ******************** */