+ implement fav heart button in bottom bar

+ handle favoriting a song that's already in queue from another source
This commit is contained in:
geoffrey45
2023-01-03 22:03:16 +03:00
committed by Mungai Njoroge
parent 6d84283efd
commit 3e4a8dd7dc
7 changed files with 64 additions and 18 deletions
@@ -4,8 +4,8 @@
justify-content: space-around;
margin: 1rem;
width: max-content;
background: linear-gradient(37deg, $gray1, $gray2, $gray1);
height: 2rem;
background-color: $gray4;
height: 2.25rem;
& > * {
border-left: solid 1px $gray3;