-
Notifications
You must be signed in to change notification settings - Fork 70
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
[디자인] 디자인 최신화 #320
[디자인] 디자인 최신화 #320
Conversation
Test Results18 tests 18 ✅ 5s ⏱️ Results for commit d74dd83. |
@Preview | ||
@Composable | ||
private fun IconTextChipPreview() { | ||
MaterialTheme { |
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.
preview에서는 theme를 적용하지 않고, @Preveiw 어노테이션을 활용하여 처리할수도 있습니다.
개인적으론 preview용 theme를 따로 만들어 사용하기도 합니다.
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.
추후 컴포즈 개발에도 참고해야겠네요! 코멘트 감사드립니다~
확인 감사합니다! |
Issue
Overview (Required)
Links