Add a dropdown to choose between video calls and radio calls

This commit is contained in:
Robin Townsend 2022-05-26 13:52:06 -04:00
commit cbfd03f9c6
10 changed files with 132 additions and 58 deletions

View file

@ -39,3 +39,12 @@
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.checkIcon {
position: absolute;
right: 16px;
}
.checkIcon * {
stroke: var(--textColor1);
}