-
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
#13 : 쪽지 전용 컴포넌트 구현 #24
Conversation
Box( | ||
modifier = Modifier | ||
.clip(WeSpotThemeManager.shapes.extraLarge) | ||
.background(color = Color.White) |
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.
색상 사용할때 Color로 부터 바로 가져오지 말고 최대한 WeSpotManager.colors에서 가져오고 없으면 Colors.kt에 있는 걸 쓰는 것을 권장드려요
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.
해당 코드 잠깐 확인해보려고 넣었는데, 반영되어버렸네용 ..
(아니 승원짱 토스트 컬러 뭐야~~~ 센스 만점)
확인후 반영했습니당
override fun icon(): ImageVector = ImageVector.vectorResource(R.drawable.check) | ||
|
||
@Composable | ||
override fun textColor(): Color = Gray900 |
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.
WeSpotManager에 있는 backgroundcolor로 가져오는 것을 권장해요.
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.
최고야. 당신.
확인 후반영했어요 ~!
modifier = Modifier | ||
.clip(WeSpotThemeManager.shapes.medium) | ||
.size(width = 154.dp, height = 200.dp) | ||
.background(Gray700) |
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.
여기도 cardbackground를 쓰는게 좋을 것 같아요
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.
최고야. 당신. 캬캬캬캬
확인 후 반영했어용
verticalAlignment = Alignment.CenterVertically, | ||
) { | ||
Icon( | ||
painter = rememberVectorPainter(toastType.icon()), |
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.
저는 이걸 painterResource로 처리하는데 혹시 잘 되는지 확인해주실 수 있나요
띠용 |
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.
늦어서 죄송함다..!! 확인 후 반영했어용,,, (승원짱 PR 지금 보러가는중)
Box( | ||
modifier = Modifier | ||
.clip(WeSpotThemeManager.shapes.extraLarge) | ||
.background(color = Color.White) |
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.
해당 코드 잠깐 확인해보려고 넣었는데, 반영되어버렸네용 ..
(아니 승원짱 토스트 컬러 뭐야~~~ 센스 만점)
확인후 반영했습니당
override fun icon(): ImageVector = ImageVector.vectorResource(R.drawable.check) | ||
|
||
@Composable | ||
override fun textColor(): Color = Gray900 |
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.
최고야. 당신.
확인 후반영했어요 ~!
modifier = Modifier | ||
.clip(WeSpotThemeManager.shapes.medium) | ||
.size(width = 154.dp, height = 200.dp) | ||
.background(Gray700) |
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.
최고야. 당신. 캬캬캬캬
확인 후 반영했어용
1. 📄 관련된 이슈 및 소개
#13 쪽지 공용 컴포넌트 구현
2. 🔥 변경된 점
3. ✅ 필수 체크 사항
4. 📸 작업물 사진 공유(선택)
5. 💡알게된 혹은 궁금한 사항