Top level Reaction/Raise Hand buttons and remove More Options

This commit is contained in:
ayumi-signal
2024-01-17 12:29:44 -08:00
committed by GitHub
parent a6e744dcbc
commit 670da5722a
8 changed files with 141 additions and 151 deletions

View File

@@ -31,8 +31,8 @@
div {
@include color-svg($icon, $icon-color);
height: 22px;
width: 22px;
height: 20px;
width: 20px;
}
}
@@ -88,6 +88,26 @@
);
}
&--raise-hand {
$icon: '../images/icons/v3/raise_hand/raise_hand-light.svg';
&--on {
@include calling-button-icon-highlighted($icon);
}
&--off {
@include calling-button-icon-regular($icon);
}
}
&--react {
$icon: '../images/icons/v3/heart/heart-plus.svg';
&--on {
@include calling-button-icon-highlighted($icon);
}
&--off {
@include calling-button-icon-regular($icon);
}
}
&--ring {
$icon: '../images/icons/v3/bell/bell-slash-fill.svg';
&--on {