feat: add mic mute button with visual state
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user