Skip to content

Commit

Permalink
chore(playground): use filled trash icon in queue
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 21, 2023
1 parent 030f0c3 commit 3c0c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/playground/queue/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function PQEntry({ id, key, lang }: QueueEntry) {
<Button
type="action"
buttonType="reset"
icon="trash"
icon="trash-filled"
onClickHandler={() => {
uncheck(id);
window["playQueue"]?.();
Expand Down

0 comments on commit 3c0c32c

Please sign in to comment.