Restore color for sender in imageview (#11289)

* Restore color for sender in imageview

* fix typo
pull/28217/head
Germain 2023-07-19 10:07:37 +01:00 committed by GitHub
parent 150e97744d
commit b03433ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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;
/* ******************** */