Skip to content

Commit

Permalink
Update calling raise hand and react icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-signal committed Jan 22, 2024
1 parent 5c6ff62 commit b2c8ac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/icons/v3/heart/heart-plus-fill.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/icons/v3/raise_hand/raise_hand-fill-light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions stylesheets/components/CallingButton.scss
Expand Up @@ -89,7 +89,7 @@
}

&--raise-hand {
$icon: '../images/icons/v3/raise_hand/raise_hand-light.svg';
$icon: '../images/icons/v3/raise_hand/raise_hand-fill-light.svg';
&--on {
@include calling-button-icon-highlighted($icon);
}
Expand All @@ -99,7 +99,7 @@
}

&--react {
$icon: '../images/icons/v3/heart/heart-plus.svg';
$icon: '../images/icons/v3/heart/heart-plus-fill.svg';
&--on {
@include calling-button-icon-highlighted($icon);
}
Expand Down

0 comments on commit b2c8ac6

Please sign in to comment.