-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] 메뉴 관리 페이지 생성 #534
base: develop
Are you sure you want to change the base?
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.
고생하셨습니다!
Text( | ||
modifier = Modifier.padding(horizontal = 20.dp), | ||
text = state.storeInfo?.name ?: stringResource(R.string.shop_name), | ||
style = TextStyle(color = Color.Black, fontSize = 20.sp), |
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.
fontSize가 두번 선언된거 같아요!
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.
이런 그러네요 삭제하도록 할게요
@@ -336,7 +334,7 @@ fun ModifyMenuScreenImpl( | |||
if(registerMenuState.menuOptionPrice.isEmpty()){ | |||
Box( | |||
modifier = modifier | |||
.border(width = 1.dp, color = ColorMinor) | |||
.border(width = 1.dp, color = ColorMinor, shape = RoundedCornerShape(8.dp)) |
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.
shape도 디자인 시스템에 선언된 값을 사용하면 좋을 것 같습니다!
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.
한번 확인해볼게요!
text = item.categoryName, | ||
style = KoinTheme.typography.medium12, | ||
color = if(item.isChecked) Color.White else Gray3, | ||
fontWeight = FontWeight(500), |
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.
fontWeight를 추가로 선언하신 이유가 있을까요?
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.
과거 코딩의 산재네요... 확인하고 영향 없으면 삭제할게요!
🐾 개요
🐳 상세 작업
📷 결과 화면