Skip to content

Commit

Permalink
styles: replace trash icon with delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Aug 12, 2023
1 parent 4e247db commit 7bd8d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/(overview).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const Page: Component = () => {
<DropdownMenu.Item
class="flex flex-row items-center gap-6 pl-2 pr-4 py-1 hover:bg-lavender/30 text-text hover:text-[rgb(46,48,66)] rounded-md"
>
<IconTrashCanOutline class="text-lg" />
<IconDeleteOutline class="text-lg" />
Delete
</DropdownMenu.Item>
</DropdownMenu.Content>
Expand Down

0 comments on commit 7bd8d02

Please sign in to comment.