Fix non-missed calls having red text
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user