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

Commit

Permalink
Restore color for sender in imageview (#11289)
Browse files Browse the repository at this point in the history
* Restore color for sender in imageview

* fix typo
  • Loading branch information
Germain committed Jul 19, 2023
1 parent 150e977 commit b03433e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/themes/light/css/_light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/* ******************** */
Expand Down

0 comments on commit b03433e

Please sign in to comment.