Skip to content
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

feat(button): 버튼 아이콘에도 색상 테마 적용 #44

Closed
wants to merge 1 commit into from

Conversation

SeojinSeojin
Copy link
Member

@SeojinSeojin SeojinSeojin commented Dec 20, 2023

기존에는 버튼 아이콘에 색상 테마가 적용되지 않았는데, 이제 됩니다!!

스토리북에도 예제를 추가해 두었습니다!!

Copy link

changeset-bot bot commented Dec 20, 2023

⚠️ No Changeset found

Latest commit: ccaed14

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@SeojinSeojin SeojinSeojin self-assigned this Dec 20, 2023
@SeojinSeojin SeojinSeojin linked an issue Dec 20, 2023 that may be closed by this pull request
@SeojinSeojin
Copy link
Member Author

요것 머지해도 될까요?!?!? 버튼 속 아이콘에 색상을 부여하는 PR입니당

@sohee-K @solar3070 @f0rever0 @seojisoosoo

Comment on lines +11 to +12
LeftIcon?: React.ComponentType<any>;
RightIcon?: React.ComponentType<any>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any 어쩌다가 등장했나요..!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

누군가가 이것을 .. ComponentType<IconProps>로 수정해주시구 ..... 컨플릭트 해소해주신 후 머지해주신다면 .... 정말 감사하겠습니다!!!!!

@Brokyeom
Copy link
Member

Brokyeom commented Nov 2, 2024

📝
현재 구조와의 차이가 커 Close.
향후 요청에 따라 재작업 예정.

@Brokyeom Brokyeom closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(button): 버튼 컴포넌트 만들기
3 participants