Update sealed sender icon

This commit is contained in:
Evan Hahn 2021-07-12 14:57:46 -05:00 committed by GitHub
parent 455820a9cf
commit 49dcc11a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -3302,10 +3302,16 @@ button.module-conversation-details__action-button {
display: inline-block;
@include light-theme {
@include color-svg('../images/unidentified-delivery.svg', $color-gray-60);
@include color-svg(
'../images/icons/v2/unidentified-delivery-solid-20.svg',
$color-gray-60
);
}
@include dark-theme {
@include color-svg('../images/unidentified-delivery.svg', $color-gray-25);
@include color-svg(
'../images/icons/v2/unidentified-delivery-solid-20.svg',
$color-gray-25
);
}
}