From 26e44165b6c8d32ab459ed9f766436a018324be1 Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:04:34 -0700 Subject: [PATCH] Fix non-missed calls having red text --- stylesheets/components/CallsTab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;