From 7ec277c41af85873446c7ca42badfa9c32afee3a Mon Sep 17 00:00:00 2001 From: Germain Date: Tue, 18 Jul 2023 09:29:35 +0100 Subject: [PATCH 1/2] Restore color for sender in imageview --- 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 f80787ec6c5..1b8e9058413 100644 --- a/res/themes/light/css/_light.pcss +++ b/res/themes/light/css/_light.pcss @@ -280,7 +280,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; /* ******************** */ From 1f8e8e3a6ca7d4fad2ccbe45c22fd6af4dcd1c37 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 19 Jul 2023 09:43:12 +0100 Subject: [PATCH 2/2] fix typo --- res/themes/light/css/_light.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/themes/light/css/_light.pcss b/res/themes/light/css/_light.pcss index a4cb721b0e7..227666aa212 100644 --- a/res/themes/light/css/_light.pcss +++ b/res/themes/light/css/_light.pcss @@ -286,7 +286,7 @@ $eventbubble-reply-color: $quaternary-content; /* 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-fg-color: #fff; $lightbox-background-bg-color: #000; $lightbox-background-bg-opacity: 0.95; /* ******************** */