Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b03433e

Browse files
author
Germain
authored
Restore color for sender in imageview (#11289)
* Restore color for sender in imageview * fix typo
1 parent 150e977 commit b03433e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

res/themes/light/css/_light.pcss

+4-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ $eventbubble-reply-color: $quaternary-content;
283283

284284
/* Lightbox */
285285
/* ******************** */
286-
$lightbox-fg-color: $background;
286+
/* not using a compound color here for now as we want to have the same color in
287+
light and dark theme. Until we have a non-symetrical token for it, let's keep
288+
it hardcoded to the following value */
289+
$lightbox-fg-color: #fff;
287290
$lightbox-background-bg-color: #000;
288291
$lightbox-background-bg-opacity: 0.95;
289292
/* ******************** */

0 commit comments

Comments
 (0)