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
|
||||
v-if="track"
|
||||
low-height
|
||||
secondary
|
||||
primary
|
||||
:title="labels.addToPlaylist"
|
||||
icon="bi-plus"
|
||||
@click.prevent="addToPlaylist(playlist.id, false)"
|
||||
|
|
Loading…
Reference in New Issue