Skip to content

Commit

Permalink
updates icons
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 24, 2023
1 parent 59a82cf commit b0c97a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import DeleteModal from 'layout/project/sidebar/project/inventory-panel/features
import EditModal from 'layout/project/sidebar/project/inventory-panel/features/modals/edit';
import { cn } from 'utils/cn';

import EDIT_SVG from 'svgs/project/edit.svg?sprite';
import DELETE_SVG from 'svgs/ui/new-layout/delete.svg?sprite';
import TAG_SVG from 'svgs/ui/tag.svg?sprite';

const BUTTON_CLASSES =
'flex items-center px-4 py-2 w-full text-sm cursor-pointer bg-gray-700 hover:bg-gray-500 transition transition-colors space-x-2 group';
Expand Down Expand Up @@ -49,7 +49,7 @@ const ActionsMenu = ({
'last:rounded-b-2xl': !isDeletable,
})}
>
<Icon icon={EDIT_SVG} className={ICON_CLASSES} />
<Icon icon={TAG_SVG} className={ICON_CLASSES} />
<span>Edit</span>
</button>
<Modal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DeleteModal from 'layout/project/sidebar/project/inventory-panel/features
import EditBulkModal from 'layout/project/sidebar/project/inventory-panel/features/modals/edit-bulk';
import { Feature } from 'types/api/feature';

import EDIT_SVG from 'svgs/project/edit.svg?sprite';
import EDIT_SVG from 'svgs/ui/edit.svg?sprite';
import DELETE_SVG from 'svgs/ui/new-layout/delete.svg?sprite';

const BUTTON_CLASSES =
Expand Down
4 changes: 4 additions & 0 deletions app/svgs/ui/edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/svgs/ui/tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0c97a5

Please sign in to comment.