Skip to content

Commit

Permalink
standardize trash icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Dec 31, 2024
1 parent a8e029b commit 3a10657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function IndividualPlaylist({ playlist }: Props) {
<DeletePlaylistDialog
triggerElement={
<Button size="icon" variant="ghost">
<span className="i-heroicons:trash-solid" />
<span className="i-heroicons:trash" />
</Button>
}
playlistId={playlist.id}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/playlist/PlaylistEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function PlaylistEntry({
<DeletePlaylistDialog
triggerElement={
<Button size="sm" variant="ghost">
<span className="i-heroicons:trash-solid mr-1" />
<span className="i-heroicons:trash mr-1" />
</Button>
}
playlistId={id}
Expand Down

0 comments on commit 3a10657

Please sign in to comment.