Fix GIF label on dark theme (#11312)

This commit is contained in:
Germain 2023-07-25 09:02:19 +01:00 committed by GitHub
parent 4316ebae29
commit d9aaed0ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ $dialog-shadow-color: rgba(0, 0, 0, 0.48);
/* ******************** */ /* ******************** */
$imagebody-giflabel: rgba(0, 0, 0, 0.7); $imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2); $imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
$imagebody-giflabel-color: $background; $imagebody-giflabel-color: $accent-fg-color;
/* ******************** */ /* ******************** */
/* RoomList */ /* RoomList */