Skip to content

Commit

Permalink
Update screensharing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Aug 16, 2021
1 parent 6c25f3a commit 264bdaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions images/icons/v2/share-screen-26.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/icons/v2/share-screen-solid-28.svg

This file was deleted.

7 changes: 2 additions & 5 deletions stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5420,7 +5420,7 @@ button.module-image__border-overlay:focus {
}

&--presenting {
$icon: '../images/icons/v2/share-screen-solid-28.svg';
$icon: '../images/icons/v2/share-screen-26.svg';
&--on {
@include calling-button-icon-on($icon);
}
Expand Down Expand Up @@ -6099,10 +6099,7 @@ button.module-image__border-overlay:focus {
}

&__presenting {
@include color-svg(
'../images/icons/v2/share-screen-solid-28.svg',
$color-white
);
@include color-svg('../images/icons/v2/share-screen-26.svg', $color-white);
display: inline-block;
margin-left: 18px;
height: 16px;
Expand Down

0 comments on commit 264bdaa

Please sign in to comment.