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

fix: 다크 모드 시에 문구 삭제 (#474) #491

Merged
merged 3 commits into from
May 6, 2023

Conversation

hyun99999
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 다크 모드 시에 문구 삭제하였습니다.

📸 스크린샷

기능 스크린샷
라이트
다크

📮 관련 이슈

@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Fix 코드 수정 및 버그, 오류 해결 QA QA 과정 중 나오는 이슈 labels May 6, 2023
@hyun99999 hyun99999 requested a review from dlwns33 May 6, 2023 12:24
@hyun99999 hyun99999 self-assigned this May 6, 2023
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@@ -16,7 +16,7 @@ public class GroupAPI {
public init() { }

func cardDeleteInGroup(cardUUID: String, cardGroupName: String, completion: @escaping (NetworkResult<Any>) -> Void) {
groupProvider.request(.cardDeleteInGroup(cardUuid: cardUUID, cardGroupName: cardGroupName)) { (result) in
groupProvider.request(.cardDeleteInGroup(cardUUID: cardUUID, cardGroupName: cardGroupName)) { (result) in
Copy link
Member

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋ감사합니다 선생님 ...

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋ굳굳

@hyun99999 hyun99999 merged commit 4a6ebe4 into TeamNADA:develop May 6, 2023
@hyun99999 hyun99999 deleted the feature/#474 branch May 6, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Hyungyu 🐯 현규 교수님 작업 QA QA 과정 중 나오는 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: 다크 모드 시에 문구 삭제
2 participants