Disable folder creation button at folder limit#670
Merged
Conversation
DongJun-H
reviewed
Jun 2, 2025
Comment on lines
+341
to
+343
| style = DayoTheme.typography.b6.copy( | ||
| if (isCreateFolderEnabled) Primary_23C882 else Gray4_C5CAD2 | ||
| ) |
Member
There was a problem hiding this comment.
이건 저도 혼용하고 있는 부분인데요,
Text 컴포넌트에 style을 적용하고 copy해서 color를 적용하는것과
style을 적용하고 color를 따로 적용하는 것의 차이점이 있을까요?
Member
Author
There was a problem hiding this comment.
저도 혼용하고 있습니다.. ㅎㅎ 스타일 파라미터 하나로 모든 디자인 요소를 설정할 수 있어서 사용했던 것 같아요
DongJun-H
approved these changes
Jun 2, 2025
DongJun-H
pushed a commit
that referenced
this pull request
Feb 3, 2026
Disable folder creation button at folder limit
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.
작업 내용
참고