Skip to content

Commit 6609b09

Browse files
authored
Add css var for idle visualizer bar color (#985)
1 parent 2d3736a commit 6609b09

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sixty-tips-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/components-styles": patch
3+
---
4+
5+
Add css var for idle visualizer bar color

packages/styles/scss/components/participant/_audio-visualizer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deprecated
4343
height: 100%;
4444
width: var(--va-bar-width, 12px);
4545
border-radius: var(--va-bar-border-radius, 32px);
46-
background-color: rgba(255, 255, 255, 0.05);
46+
background-color: var(--va-bar-bg, rgba(255, 255, 255, 0.05));
4747
transition: background-color 0.25s ease-out;
4848
// transition: all 0.0s ease-out // commented out as the transition duration is 0
4949
}

0 commit comments

Comments
 (0)