Fix non-missed calls having red text
This commit is contained in:
parent
a4fffdfbfb
commit
26e44165b6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue