Skip to content

Commit

Permalink
Update sealed sender icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Jul 12, 2021
1 parent 455820a commit 49dcc11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions images/icons/v2/unidentified-delivery-solid-20.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/unidentified-delivery.svg

This file was deleted.

10 changes: 8 additions & 2 deletions stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}
}

Expand Down

0 comments on commit 49dcc11

Please sign in to comment.