Fix queue song color

This commit is contained in:
jeffvli 2022-12-29 19:34:21 -08:00
parent 93960d4605
commit 25c96f2b18

View file

@ -132,7 +132,7 @@
}
.current-song {
background: rgba(170, 70, 70, 0.2) !important;
background: rgba(96, 144, 240, 0.3) !important;
}
.mantine-Modal-modal {