Fix mute/unmute styling

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

View file

@ -1,19 +1,3 @@
.userButton {
display: flex;
align-items: center;
color: var(--textColor1);
font-weight: 600;
font-size: 15px;
}
.userButton svg * {
fill: var(--textColor1);
}
.userButton > * {
margin-right: 5px;
}
.userButton > :last-child {
margin-right: 0;
}