Skip to content

Commit 5b03210

Browse files
google-genai-botcopybara-github
authored andcommitted
Fix bug that background color of audio/video button doesn't change on click
PiperOrigin-RevId: 819459391
1 parent a210665 commit 5b03210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/chat-panel/chat-panel.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@
377377
caret-color: white;
378378
}
379379

380-
.audio-rec-btn,
381-
.video-rec-btn {
380+
button.audio-rec-btn,
381+
button.video-rec-btn {
382382
background-color: var(--chat-card-background-color);
383383
&.recording {
384384
background-color: var(--chat-panel-eval-fail-color);

0 commit comments

Comments
 (0)