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

merge :: Design System PassCodeview #91

Merged
merged 4 commits into from
Oct 26, 2022

Conversation

kimdaehee0824
Copy link
Member

개요

SignUpFeature에 있는 PassCodeView를 DesignSystem으로 들고 온 후 이름 변경과 인증번호 숫자 커스텀이 가능하게 변경하였습니다.

작업사항

  • SignUpFeature에 있는 PassCodeView 삭제
  • DMSPassCodeView 추가 (숫자 커스텀 가능)
  • DmsBottomSheet를 DMSBottomSheet로 이름 변경

@kimdaehee0824 kimdaehee0824 added the ✨feat 새로운 기능을 추가 할 경우 label Oct 26, 2022
@kimdaehee0824 kimdaehee0824 linked an issue Oct 26, 2022 that may be closed by this pull request
public init(
codeCount: Int,
text: Binding<String>
) {
Copy link
Member

@baekteun baekteun Oct 26, 2022

Choose a reason for hiding this comment

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

이 친구 들여쓰기가 이상해요

@kimdaehee0824 kimdaehee0824 merged commit ec46893 into develop Oct 26, 2022
@kimdaehee0824 kimdaehee0824 deleted the 90-designSystem-passcodeview branch October 26, 2022 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

디자인 시스템 - PassCodeView
3 participants