Open
Conversation
1hyok
reviewed
Mar 21, 2026
| Modifier | ||
| .padding(top = 30.dp, start = 60.dp), | ||
| verticalArrangement = Arrangement.spacedBy(20.dp) | ||
| .size(140.dp) |
There was a problem hiding this comment.
말씀드린 대로 사이즈 하드 코딩하지 말고 자연스럽게 감싸 주시면 됩니다. 그리고 이 박스가 border 그리는 용도로만 사용되고 있어서 컬럼을 감싸지 말고 컬럼에다가 바로 border 스타일을 적용해 주면 좋습니다!
|
전반적으로 깔끔하게 잘 하셨네요. 다음주도 화이팅입니다 👍🏿👍🏿👍🏿 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1️⃣ 미션
2️⃣ 구현에 대한 설명
1. 전역 텍스트 스타일 변수 추가 (myTextStyle)
2. 레이아웃
3. 카드 내부 구성
3️⃣ 스크린샷
4️⃣ 기타