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

[ADD/#6] Design System 기초세팅 #7

Merged
merged 9 commits into from
Jul 5, 2024
Merged

Conversation

Hyobeen-Park
Copy link
Member

⛳️ Work Description

  • Color 추가
  • Font 추가
  • Theme 설정

📢 To Reviewers

  • color 지정할 때는 색상 이름으로 바로 사용할 수 있어요 ex. TerningMain
  • 폰트 지정할 때는 TerningTheme.typography.이름 이렇게 사용하면 됩니다!!
  • 혹시 잘못한거 발견하면 말씀해주세요😊

@Hyobeen-Park Hyobeen-Park added ADD ➕ 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 효빈💚 효빈 labels Jul 5, 2024
@leeeyubin leeeyubin changed the title [Add/#6] Design System 기초세팅 [ADD/#6] Design System 기초세팅 Jul 5, 2024
Copy link
Contributor

@arinming arinming left a comment

Choose a reason for hiding this comment

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

피그마 보면서 섬세하게 설정해주어 감사합니당 . 🫶🏻

@@ -4,7 +4,7 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import com.terning.core.ui.theme.TerningAndroidTheme
import com.terning.core.designsystem.theme.TerningAndroidTheme
Copy link
Contributor

Choose a reason for hiding this comment

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

TerningAndroidTheme가 어디있는 걸까용..!?!

Copy link
Member

Choose a reason for hiding this comment

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

이 부분이 TerningTheme으로 수정돼야 하는거 아닌가요?!

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.

어라리요..? 어쩌다 이렇게 됐는지 모르겠지만 수정했습니다😅

Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

너어어무 수고많으셨어요!!🥹
코멘트 달린 부분에 대한 문제만 해결주시면 될 것 같아요!!

@@ -4,7 +4,7 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import com.terning.core.ui.theme.TerningAndroidTheme
import com.terning.core.designsystem.theme.TerningAndroidTheme
Copy link
Member

Choose a reason for hiding this comment

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

이 부분이 TerningTheme으로 수정돼야 하는거 아닌가요?!

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

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

먼저 나서서 세팅해준 거 완전 최고!!! 수고했어용💚

Comment on lines +1 to +2
package com.terning.core.designsystem.theme

Copy link
Member

Choose a reason for hiding this comment

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

수정 감사합니당~!

@@ -4,7 +4,7 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import com.terning.core.ui.theme.TerningAndroidTheme
import com.terning.core.designsystem.theme.TerningAndroidTheme
Copy link
Member

Choose a reason for hiding this comment

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

오호,, 그러게요 확인 한번만 부탁드립니당!

Comment on lines +16 to +20
val PretendardSemiBold = FontFamily(Font(R.font.pretendard_semibold))
val PretendardMedium = FontFamily(Font(R.font.pretendard_medium))
val PretendardRegular = FontFamily(Font(R.font.pretendard_regular))
val PretendardLight = FontFamily(Font(R.font.pretendard_light))

Copy link
Member

Choose a reason for hiding this comment

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

폰트 추가하느라 고생했어요!!

@Hyobeen-Park Hyobeen-Park merged commit f330dce into develop Jul 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADD ➕ 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 효빈💚 효빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADD] Design System 기초세팅
4 participants