[GMSS-103] DesignSystem 1차 적용 - #11
Merged
Merged
Conversation
seunghee17
marked this pull request as draft
August 3, 2026 06:27
seunghee17
marked this pull request as ready for review
August 3, 2026 10:39
soyeonLee126
reviewed
Aug 3, 2026
soyeonLee126
self-requested a review
August 4, 2026 12:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 개요
디자인 토큰(색상/타이포그래피/spacing/radius)을 관리하는
core:designsystem모듈을 신규로 만들고, 기존app모듈에 있던 Material3 기본 컬러 스킴 기반의 임시GamssTheme를 이 모듈의 토큰 기반 테마로 교체합니다.작업 유형
feat: 새 기능
fix: 버그 수정
refactor: 리팩토링 (동작 변경 없음)
build: 빌드/의존성 설정
chore: 기타 (문서, 설정 등)
test: 테스트 추가/수정
변경 사항
core:designsystem모듈 신규 생성 및settings.gradle.kts/app/build.gradle.kts에 등록컬러 토큰 정의
타이포그래피 토큰 정의
커스텀 타입 스케일
Spacing 토큰 추가
Radius 토큰 추가
GamssThemecomposable 및GamssTheme.colors/.typography/.spacing/.radius접근자 제공app모듈의 기존ui/theme/Theme.kt(Material3 기본 컬러 스킴) 삭제하고core:designsystem의GamssTheme로 교체 적용 (MainActivity.kt)관련 이슈
관련 작업 (Notion)
스크린샷 / 동작 화면
체크리스트
base 브랜치가
develop으로 설정되어 있다로컬 빌드 및 실행을 확인했다
커밋 메시지가 컨벤션(
feat:,fix:등)을 따른다불필요한 로그/주석/디버그 코드를 제거했다
리뷰어가 이해할 수 있도록 설명을 작성했다
리뷰 요청 사항
950, spacing000900 등)이 앞으로 다른 모듈에서 확장하기 적절한지 검토해주세요