-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TerningAndroidTheme가 어디있는 걸까용..!?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분이 TerningTheme
으로 수정돼야 하는거 아닌가요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호,, 그러게요 확인 한번만 부탁드립니당!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어라리요..? 어쩌다 이렇게 됐는지 모르겠지만 수정했습니다😅
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분이 TerningTheme
으로 수정돼야 하는거 아닌가요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
먼저 나서서 세팅해준 거 완전 최고!!! 수고했어용💚
package com.terning.core.designsystem.theme | ||
|
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호,, 그러게요 확인 한번만 부탁드립니당!
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)) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
폰트 추가하느라 고생했어요!!
⛳️ Work Description
📢 To Reviewers
TerningMain
TerningTheme.typography.이름
이렇게 사용하면 됩니다!!