Fix disabled timer icon in group details

This commit is contained in:
Evan Hahn 2021-07-27 10:24:08 -05:00 committed by GitHub
parent 67d13e9ba8
commit b73c029d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;