Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/#176 Layout을 수정한다 (Header, layout color) #177

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

cruelladevil
Copy link
Collaborator

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명(이미지 첨부 가능)

  • Header에 /으로 가는 Link를 추가한다.
  • LayoutContainer에 color를 white로 설정한다.

💬리뷰 참고사항

원활한 리뷰를 위해 전달하고 싶은 맥락(특정 파일, 디렉터리 등등)
리뷰어가 특별히 봐주었으면 하는 부분

현재 layout의 배경이 어두운 색이므로 기본 color를 white로 설정하였습니다.

#️⃣연관된 이슈

연관된 이슈 번호를 모두 작성

close #176

@cruelladevil cruelladevil added [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! ✨ Feat 꼼꼼한 기능 구현 중요하죠 labels Aug 1, 2023
@cruelladevil cruelladevil self-assigned this Aug 1, 2023
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

Unit Test Results

114 tests   114 ✔️  4s ⏱️
  34 suites      0 💤
  34 files        0

Results for commit f921d72.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@Creative-Lee Creative-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

디테일한 부분 챙겨주셔서 감사합니다.
바로 머지해주세요!

Copy link
Collaborator

@ukkodeveloper ukkodeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다. approve할게요.

import { styled } from 'styled-components';
import logo from '@/assets/icon/shook-logo.svg';

const Header = () => {
return (
<Container>
<Logo src={logo} alt="logo" />
<Link to="/" aria-label="홈으로 가기">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 "shook 홈으로 가기" 어떠신가요? 이부분은 웹접근성 회의 때 이야기해보아요.

@@ -23,6 +23,7 @@ const LayoutContainer = styled.main`
padding: 60px 16.66%;
min-height: calc(100vh - ${({ theme }) => theme.headerHeight.desktop});
background-color: ${({ theme: { color } }) => color.black};
color: ${({ theme: { color } }) => color.white};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

누군가는 해야만 했던 일. 그걸 코난이 했습니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 추후 고도화 사항으로 dark theme, light theme을 나누어야 하는 부분도 있는 것 같습니다..
background-color나 color는 Layout의 관리 영역이 아니라 theme의 관리 영역인 듯 싶어요

@cruelladevil cruelladevil merged commit 0ddd6d4 into main Aug 2, 2023
@cruelladevil cruelladevil deleted the feat/#176 branch August 2, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! ✨ Feat 꼼꼼한 기능 구현 중요하죠
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] Layout을 수정한다 (Header, layout color)
3 participants