Skip to content

Commit

Permalink
Add css var for idle visualizer bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Sep 25, 2024
1 parent 22fa65e commit 3e46bae
Showing 1 changed file with 1 addition and 1 deletion.
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 3e46bae

Please sign in to comment.