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] #39 - BasicButton 활용 Bar 생성 완료. #41

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

HEHEEUN
Copy link
Collaborator

@HEHEEUN HEHEEUN commented Jan 15, 2025

🧩 작업 내용

  • ApplyBar에 Basic 버튼 추가
  • OnboardingConfirmBar 생성 >>> 나연이가 사용 예정! @Nya128
  • BasicButton 사용 시, isActivated 입력변수 기본값 설정으로 초기화 필요 없애기 !

🪁 PR Point

    BasicButton(text: "다음으로") // 이렇게 텍스트만 넣으면 주황색 !
    BasicButton(text: "next", isActivated: false) // 입력변수 추가로 isActivated 에 false 넣으면 회색된다롱!

📱 스크린샷

구현 내용 스크린샷
BasicButton 스크린샷 2025-01-16 오전 3 49 34
OnboardingConfirmBar 스크린샷 2025-01-16 오전 3 48 45
ApplyBar 스크린샷 2025-01-16 오전 3 49 07

🔗 Issue

Resolved #39

@HEHEEUN HEHEEUN requested review from Nya128 and kms0233 January 15, 2025 18:53
@HEHEEUN HEHEEUN self-assigned this Jan 15, 2025
@HEHEEUN HEHEEUN changed the title Feat/#39 BasicButton 활용 Bar 생성 완료. [Feat] #39 - BasicButton 활용 Bar 생성 완료. Jan 15, 2025
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] ApplyBar 및 OnboardingConfirmBar에 BasicButton추가
1 participant