We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e029b commit 3a10657Copy full SHA for 3a10657
packages/react/src/components/playlist/IndividualPlaylist.tsx
@@ -124,7 +124,7 @@ export default function IndividualPlaylist({ playlist }: Props) {
124
<DeletePlaylistDialog
125
triggerElement={
126
<Button size="icon" variant="ghost">
127
- <span className="i-heroicons:trash-solid" />
+ <span className="i-heroicons:trash" />
128
</Button>
129
}
130
playlistId={playlist.id}
packages/react/src/components/playlist/PlaylistEntry.tsx
@@ -89,7 +89,7 @@ export default function PlaylistEntry({
89
90
91
<Button size="sm" variant="ghost">
92
- <span className="i-heroicons:trash-solid mr-1" />
+ <span className="i-heroicons:trash mr-1" />
93
94
95
playlistId={id}
0 commit comments