Skip to content

Commit

Permalink
fix: 폰트 디자인시스템에 맞게 수정 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
chansooo authored Jun 29, 2024
1 parent a9e843e commit 8573819
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ struct MemeDetailCardView: View {

var titleLabel: some View {
Text(meme.title)
.font(Font.Heading.large.weight(.semibold))
.font(Font.Heading.Large.semiBold)
.multilineTextAlignment(.center)
.foregroundColor(Color.Text.primary)
.frame(maxWidth: .infinity, alignment: .center)
}

var subtitleLabel: some View {
Text("출처: \(self.meme.source)")
.font(Font.Body.xsmall)
.font(Font.Body.Xsmall.medium)
.multilineTextAlignment(.center)
.foregroundColor(Color.Icon.assistive)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public struct HashTagView: View {

func hashTag(title: String) -> some View {
Text("#\(title)")
.font(Font.Body.large)
.font(Font.Body.Large.medium)
.foregroundColor(Color.Text.tertiary)
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "개웃겨.png",
"filename" : "개웃겨.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "개웃겨@2x 1.png",
"filename" : "개웃겨@2x.svg",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "개웃겨@3x 1.png",
"filename" : "개웃겨@3x.svg",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8573819

Please sign in to comment.