fix expiretimer color for incoming message in light mode

pull/1387/head
Audric Ackermann 5 years ago
parent d0bf8d54bc
commit b865810cb0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -563,7 +563,9 @@
} }
.module-expire-timer--incoming { .module-expire-timer--incoming {
background-color: $color-white-08; @include themify($themes) {
background-color: subtle(themed('textColor'));
}
} }
// When status indicators are overlaid on top of an image, they use different colors // When status indicators are overlaid on top of an image, they use different colors

@ -400,9 +400,6 @@
@include color-svg('../images/timer-00.svg', $color-white-08); @include color-svg('../images/timer-00.svg', $color-white-08);
} }
.module-expire-timer--incoming {
background-color: $color-white-08;
}
// When status indicators are overlaid on top of an image, they use different colors // When status indicators are overlaid on top of an image, they use different colors
.module-expire-timer--with-image-no-caption { .module-expire-timer--with-image-no-caption {

Loading…
Cancel
Save