Active speaker tracking first draft

This commit is contained in:
Robert Long
2021-09-01 16:42:01 -07:00
parent 8c7c298b31
commit 99ecb8aa28
7 changed files with 186 additions and 39 deletions

View File

@@ -49,6 +49,10 @@ limitations under the License.
border-radius: 32px;
}
.headerButton svg * {
fill: #8E99A4;
}
.headerButton:hover {
background-color: #8D97A5;
}