From b73c029d5f4e68a1a5009347c1afc62d79b709c7 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 27 Jul 2021 10:24:08 -0500 Subject: [PATCH] Fix disabled timer icon in group details --- stylesheets/_modules.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 9f49dd039..4cf66a8f7 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -2802,8 +2802,8 @@ button.module-conversation-details__action-button { &--timer { &::after { - -webkit-mask: url(../images/icons/v2/timer-disabled-24.svg) no-repeat - center; + -webkit-mask: url(../images/icons/v2/timer-disabled-outline-24.svg) + no-repeat center; @include light-theme { background-color: $color-gray-75;