Update calling raise hand and react icons

This commit is contained in:
ayumi-signal
2024-01-22 12:23:41 -08:00
committed by GitHub
parent 5c6ff62530
commit b2c8ac6909
3 changed files with 4 additions and 2 deletions

View File

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