Skip to content

Commit

Permalink
Add css var for idle visualizer bar color (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Sep 26, 2024
1 parent 2d3736a commit 6609b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-tips-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/components-styles": patch
---

Add css var for idle visualizer bar color
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deprecated
height: 100%;
width: var(--va-bar-width, 12px);
border-radius: var(--va-bar-border-radius, 32px);
background-color: rgba(255, 255, 255, 0.05);
background-color: var(--va-bar-bg, rgba(255, 255, 255, 0.05));
transition: background-color 0.25s ease-out;
// transition: all 0.0s ease-out // commented out as the transition duration is 0
}
Expand Down

0 comments on commit 6609b09

Please sign in to comment.