Fix mute/unmute styling

This commit is contained in:
Robert Long
2021-12-06 12:19:38 -08:00
parent f57b520622
commit 4e2d1c5dcd
7 changed files with 21 additions and 39 deletions

View File

@@ -41,7 +41,8 @@ limitations under the License.
.roomButton:active {
}
.roomButton.on {
.roomButton.on,
.roomButton.off {
background-color: #ffffff;
}
@@ -66,10 +67,14 @@ limitations under the License.
background-color: #ff5b55;
}
.screenshareButton.on svg * {
.roomButton.on svg * {
fill: #0dbd8b;
}
.roomButton.off svg * {
fill: #21262c;
}
.dropdownButtonContainer {
position: relative;
}