feat: add mic mute button with visual state

This commit is contained in:
Shane
2026-08-22 15:51:59 -04:00
parent 510a577761
commit c2f4c62aad
3 changed files with 30 additions and 0 deletions
+6
View File
@@ -243,6 +243,12 @@ h1 {
background: var(--panel-strong);
}
.btn-icon.muted {
color: #ef4444;
border-color: #ef4444;
background: rgba(239, 68, 68, 0.1);
}
.btn-ghost {
background: transparent;
color: var(--text-faint);