style(front): primary button in playlist modal
This commit is contained in:
parent
07e1679e1b
commit
86d8315108
|
@ -196,7 +196,7 @@ watch(playlists, () => console.log(playlists.value))
|
||||||
<Button
|
<Button
|
||||||
v-if="track"
|
v-if="track"
|
||||||
low-height
|
low-height
|
||||||
secondary
|
primary
|
||||||
:title="labels.addToPlaylist"
|
:title="labels.addToPlaylist"
|
||||||
icon="bi-plus"
|
icon="bi-plus"
|
||||||
@click.prevent="addToPlaylist(playlist.id, false)"
|
@click.prevent="addToPlaylist(playlist.id, false)"
|
||||||
|
|
Loading…
Reference in New Issue