Skip to content

[DESIGN] 색상 및 폰트 설정 - #2

Merged
woolnd merged 1 commit into
mainfrom
design/#1
Jun 14, 2025
Merged

[DESIGN] 색상 및 폰트 설정#2
woolnd merged 1 commit into
mainfrom
design/#1

Conversation

@woolnd

@woolnd woolnd commented Jun 14, 2025

Copy link
Copy Markdown
Contributor

📌 관련 이슈

  1. [Design] 색상 및 폰트 설정 [Design] 색상 및 폰트 설정 #1

✨ 이슈 내용

  1. 색상 설정
  2. 폰트 설정

‼️ TODO

  1. 아이콘 추가

📸 코드 및 스크린샷(선택)

Atcha-iOS 프로젝트에 사용되는 폰트/컬러 스타일을 AtchaFont, AtchaColor로 구성했습니다.
사용 예시는 아래와 같습니다.

UILabel:
titleLabel.attributedText = AtchaFont.H2_SB_26("자리에서 떠나기 전에")
descriptionLabel.attributedText = AtchaFont.Body_R_12("설명 텍스트입니다", color: AtchaColor.gray600)

UIButton:
actionButton.setAttributedTitle(AtchaFont.Body_SB_14("확인", color: .white), for: .normal)

UITextView:
 textView.attributedText = AtchaFont.Body_M_15("공지사항 본문 내용")

@woolnd woolnd linked an issue Jun 14, 2025 that may be closed by this pull request
2 tasks
@woolnd
woolnd merged commit 6121873 into main Jun 14, 2025
@woolnd woolnd added the 🎨 Design 에셋 등 디자인 요소 추가 label Jun 14, 2025
@woolnd woolnd changed the title [Design] 색상 및 폰트 설정 [DESIGN] 색상 및 폰트 설정 Jun 15, 2025
@YuGeonHui
YuGeonHui deleted the design/#1 branch June 18, 2025 14:11
@woolnd woolnd self-assigned this Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎨 Design 에셋 등 디자인 요소 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Design] 색상 및 폰트 설정

1 participant