Skip to content

Commit

Permalink
๐Ÿ’„ :: [#50] Add Gray Left,Right Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Nov 11, 2024
1 parent d762fd6 commit 135889e
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "PostTestImage.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" : "grayleftbutton.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" : "grayrightbutton.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 @@ -30,8 +30,11 @@ struct PostDetailView: View {
Text("2024 AI๊ด‘์ฃผ๋ฏธ๋ž˜๊ต์œก๋ฐ•๋žŒํšŒ")
.expoFont(.body1B)
}

}

ExpoIOSAsset.Assets.postTestImage.swiftUIImage
.padding(.top, 28)
.padding(.horizontal, 16)
Spacer()
}
.navigationBarBackButtonHidden(true)
Expand Down

0 comments on commit 135889e

Please sign in to comment.