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

View File

@@ -232,7 +232,7 @@
} }
// Override .ListTile__subtitle so ellipsis is correct color // 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 // Need to override the themed selector specificity of .ListTile__subtitle
@include light-theme { @include light-theme {
color: $color-accent-red; color: $color-accent-red;