From d9aaed0ef6a9122d768fa7aa57b8ac6cad8efc73 Mon Sep 17 00:00:00 2001 From: Germain Date: Tue, 25 Jul 2023 09:02:19 +0100 Subject: [PATCH] Fix GIF label on dark theme (#11312) --- 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 7882e897db..f40a56ddbb 100644 --- a/res/themes/light/css/_light.pcss +++ b/res/themes/light/css/_light.pcss @@ -197,7 +197,7 @@ $dialog-shadow-color: rgba(0, 0, 0, 0.48); /* ******************** */ $imagebody-giflabel: rgba(0, 0, 0, 0.7); $imagebody-giflabel-border: rgba(0, 0, 0, 0.2); -$imagebody-giflabel-color: $background; +$imagebody-giflabel-color: $accent-fg-color; /* ******************** */ /* RoomList */