-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/#15 designsystem button text #16
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
Conversation
워크스루이 풀 리퀘스트는 Yapp 디자인 시스템의 텍스트 버튼 컴포넌트를 확장하고 개선합니다. 새로운 파일들( 변경 사항
연결된 이슈에 대한 평가
아마도 관련된 PR들
제안된 레이블
제안된 리뷰어
시
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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 이랑 같은 피처인 것 같아 어푸르브~ 합니다 !
고생하셨어요!
7823fb3
to
a83cab9
Compare
f968f9c
to
6332cc0
Compare
@coderabbitai review |
✅ Actions performedReview triggered.
|
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.
Actionable comments posted: 7
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (5)
core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextAssistiveButton.kt
(1 hunks)core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextButtonBasic.kt
(1 hunks)core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextButtonDefaults.kt
(1 hunks)core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextPrimaryButton.kt
(1 hunks)core/designsystem/src/main/java/com/yapp/core/designsystem/theme/Typography.kt
(1 hunks)
🔇 Additional comments (4)
core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextButtonDefaults.kt (1)
28-31
: RippleAlpha 값 검토 필요focused와 dragged 상태의 알파값(0.88f)이 일반적인 Material 디자인 가이드라인과 다릅니다. 이 값들이 의도된 것인지 확인해주세요.
core/designsystem/src/main/java/com/yapp/core/designsystem/component/button/text/TextAssistiveButton.kt (2)
3-22
: 사용하지 않는 import 제거 필요TextPrimaryButton.kt와 동일한 미사용 import들이 있습니다. 정리가 필요합니다.
70-106
: Preview 함수 개선 필요TextPrimaryButton.kt와 동일한 Preview 이슈가 있습니다. 동일한 개선이 필요합니다.
core/designsystem/src/main/java/com/yapp/core/designsystem/theme/Typography.kt (1)
Line range hint
270-274
: 디자인 시스템의 일관성 검토가 필요합니다.
label1NormalBold
의 폰트 두께가 700에서 600으로 변경되었습니다. 이는 다른 'Bold' 스타일들과 다른 두께를 사용하게 되어 디자인 시스템의 일관성에 영향을 줄 수 있습니다.다음 스크립트를 실행하여 버튼 컴포넌트에서 이 스타일의 사용을 확인해주세요:
💡 Issue
🌱 Key changes
✅ To Reviewers
📸 스크린샷
Summary by CodeRabbit
새로운 기능
스타일 변경
label1NormalBold
텍스트 스타일의 글꼴 굵기 조정 (700 → 600)디자인 시스템 개선