-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: 가게 상세 페이지 design 수정 #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아요~!
테마 적용가능한 부분은 테마 적용해서 관리하면 좋겠습니다
@@ -77,7 +77,7 @@ const MenuCounterButtonWrapper = styled.TouchableOpacity` | |||
justify-content: center; | |||
align-items: center; | |||
width: 32px; | |||
background-color: lightblue; | |||
background-color: #70c802; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
background-color: #70c802; | |
background-color: ${props => props.theme.colors.primary} |
theme를 적용할 수 있으면 적용해주세요! #70c802
hex code와 동일한 색깔입니다.
ref] feat: 테마 적용
background-color: ${({selected}) => (selected ? '#70C802' : 'white')}; | ||
border: ${({selected}) => (selected ? '' : '1px solid #70C802')}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 테마 적용될 것 같네요
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)