diff --git a/images/icons/v3/heart/heart-plus-fill.svg b/images/icons/v3/heart/heart-plus-fill.svg new file mode 100644 index 0000000000..cebad223fa --- /dev/null +++ b/images/icons/v3/heart/heart-plus-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/icons/v3/raise_hand/raise_hand-fill-light.svg b/images/icons/v3/raise_hand/raise_hand-fill-light.svg new file mode 100644 index 0000000000..f8e35e7dfa --- /dev/null +++ b/images/icons/v3/raise_hand/raise_hand-fill-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/stylesheets/components/CallingButton.scss b/stylesheets/components/CallingButton.scss index bca19c2f2c..064e7fef9d 100644 --- a/stylesheets/components/CallingButton.scss +++ b/stylesheets/components/CallingButton.scss @@ -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); }