diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 9055ed97..ce8f2d7a 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -119,8 +119,8 @@ @include icon-color($color-green); } .uninvited { - color: $color-gray-light; - @include icon-color($color-gray-light); + color: $color-red; + @include icon-color($color-red); } .task-order-invitation-status__icon { diff --git a/templates/workspaces/task_orders/show.html b/templates/workspaces/task_orders/show.html index 0e39321b..228ffdc7 100644 --- a/templates/workspaces/task_orders/show.html +++ b/templates/workspaces/task_orders/show.html @@ -55,7 +55,7 @@ {% set class = "invited" if officer else "uninvited" %}