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

Restore color for sender in imageview #11289

Merged
merged 6 commits into from
Jul 19, 2023
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading