Add styling for queue and queue toggle button

This commit is contained in:
2024-02-02 17:19:15 -05:00
parent 1a1b6550a1
commit 33c1b52ba2
4 changed files with 74 additions and 0 deletions

View File

@ -6,3 +6,4 @@ $controls-click-color: #909090;
$play-bar-background-color: #212121;
$play-grad-start: #0a0533;
$play-grad-end: $accent-color;
$queue-background-color: $play-bar-background-color;