Skip to content

Commit

Permalink
fix: 외출 아이콘 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Juone2 committed Jun 18, 2024
1 parent f4d855a commit d36d9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ const _DropDownBox = styled.div<{ width: number }>`
display: flex;
flex-direction: column;
gap: 5px;
z-index: 2;
z-index: 999;
position: relative;
`;
3 changes: 2 additions & 1 deletion src/components/styleGuide/icon/Outing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ export const Outing = IconDefaultProps(({ size, colorKey }: iconPropsType) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox={`0 0 ${size} ${size}`}
viewBox={`0 0 24 24`}
width={size}
height={size}
fill="none"
>
<path
fill={color[colorKey]}
Expand Down

0 comments on commit d36d9d4

Please sign in to comment.