diff --git a/stylesheets/components/CallsTab.scss b/stylesheets/components/CallsTab.scss index b90c3f7911..86650266e3 100644 --- a/stylesheets/components/CallsTab.scss +++ b/stylesheets/components/CallsTab.scss @@ -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;