Skip to content

Commit

Permalink
๐Ÿ’„ :: [#76] ์ˆ˜๋ฝ, ๊ฑฐ๋ถ€ ๋ฒ„ํŠผ Assets ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Jan 20, 2025
1 parent 912f59f commit d83c0b7
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "noneCheck.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "noneTrash.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "okCheck.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "okTrash.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ struct MyPageView: View {
)
}

HStack(spacing: 0) {
Image("")
}

Spacer()
}
.padding(.top, 58)
Expand Down Expand Up @@ -175,22 +179,6 @@ struct MyPageView: View {
.expoColor(ExpoColor.black)
}
}

@ViewBuilder
func userStateButton(
title: String,
info: String
) -> some View {
HStack(spacing: 14) {
Text(title)
.expoFont(.caption1R)
.expoColor(ExpoColor.gray500)

Text(info)
.expoFont(.caption2B)
.expoColor(ExpoColor.black)
}
}
}

#Preview {
Expand Down

0 comments on commit d83c0b7

Please sign in to comment.