Skip to content

Commit

Permalink
fix: Icon 추가, kanban style 수정
Browse files Browse the repository at this point in the history
- #48
  • Loading branch information
SaaaHoP committed Oct 10, 2022
1 parent 4e11beb commit e5c8d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/atoms/Icon/Icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export { default as BackgroundX } from './BackgroundX';
export { default as MoreDot } from './MoreDot';
export { default as TaskFavorite } from './TaskFavorite';
export { default as GanttArrow } from './GanttArrow';
export { default as Img } from '../../../../public/imgs/defaultProfileImg.png';
7 changes: 1 addition & 6 deletions styles/pages/Project/kanban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ export const Container = styled.div`
width: 1313px;
margin-top: 445px;
margin-top: 350px;
& > :nth-child(2) {
margin: 0 11px 0 15px;
}
`;

export const H1 = styled.h1`
font-size: 20px;
line-height: 28px;
`;

0 comments on commit e5c8d71

Please sign in to comment.