Skip to content

Commit

Permalink
Merge pull request #11 from cxumol/ui
Browse files Browse the repository at this point in the history
ui: change delete icon
  • Loading branch information
cxumol authored Nov 20, 2023
2 parents 8f99590 + b7150e4 commit a0fbbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
class="right s-padding m-margin del-icon bg-white"
on:click={() => delCat(data.categories, cat_i)}
>
<span class="material-icons-outlined edit-mode"> auto_delete </span>
<span class="material-icons-outlined edit-mode"> delete </span>
</button>
{:else}
<button
Expand Down
2 changes: 1 addition & 1 deletion src/routes/CardsEditable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
class="right inner-seamless outer-seamless del-icon bg-no"
on:click={() => delItem(cards, card_i)}
>
<span class="material-icons-outlined edit-mode"> auto_delete </span>
<span class="material-icons-outlined edit-mode"> delete </span>
</button>
{:else}
<button
Expand Down

0 comments on commit a0fbbb0

Please sign in to comment.