Skip to content

Commit 9e1113c

Browse files
committed
decide icons
1 parent b92fcf8 commit 9e1113c

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

src/assets/icons/camera2.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/icons/image2.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/icons/share2.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/CameraOpenButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button, Box, SxProps, Theme } from '@mui/material';
22
import { useCameraOpenButton } from '@/components/CameraOpenButton/useCameraOpenButton';
3-
import CameraIcon from '@/assets/icons/camera2.svg?react';
3+
import CameraIcon from '@/assets/icons/camera.svg?react';
44

55
type Props = {
66
text: string;

src/components/ImageSelectButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button, Box, SxProps, Theme } from '@mui/material';
22
import { useImageSelectButton } from '@/components/ImageSelectButton/useImageSelectButton';
3-
import ImageIcon from '@/assets/icons/image2.svg?react';
3+
import ImageIcon from '@/assets/icons/image.svg?react';
44

55
type Props = {
66
text: string;

src/components/ShareButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button, Box, SxProps, Theme } from '@mui/material';
22
import { useShareButton } from '@/components/ShareButton/useShareButton';
3-
import ShareIcon from '@/assets/icons/share2.svg?react';
3+
import ShareIcon from '@/assets/icons/share.svg?react';
44

55
type Props = {
66
text: string;

0 commit comments

Comments
 (0)