Fix non-missed calls having red text

This commit is contained in:
Jamie Kyle 2023-08-30 15:04:34 -07:00 committed by GitHub
parent a4fffdfbfb
commit 26e44165b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@
}
// Override .ListTile__subtitle so ellipsis is correct color
.CallsList__ItemTile .ListTile__subtitle {
.CallsList__Item--missed .ListTile__subtitle {
// Need to override the themed selector specificity of .ListTile__subtitle
@include light-theme {
color: $color-accent-red;