Dark theme: Brighten icons on image overlay for visibility
This commit is contained in:
parent
66bd6c826d
commit
7b7a759cdd
1 changed files with 2 additions and 2 deletions
|
@ -742,7 +742,7 @@ body.dark-theme {
|
|||
|
||||
// When status indicators are overlaid on top of an image, they use different colors
|
||||
.module-message__metadata__status-icon--with-image-no-caption {
|
||||
background-color: $color-black;
|
||||
background-color: $color-dark-05;
|
||||
}
|
||||
|
||||
.module-message__send-message-button {
|
||||
|
@ -835,7 +835,7 @@ body.dark-theme {
|
|||
|
||||
// When status indicators are overlaid on top of an image, they use different colors
|
||||
.module-expire-timer--with-image-no-caption {
|
||||
background-color: $color-black;
|
||||
background-color: $color-dark-05;
|
||||
}
|
||||
|
||||
// Module: Quoted Reply
|
||||
|
|
Loading…
Reference in a new issue