move more stuff out of contentview
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -24,3 +24,15 @@ func PostButton(action: @escaping () -> ()) -> some View {
|
||||
x: 3,
|
||||
y: 3)
|
||||
}
|
||||
|
||||
func PostButtonContainer(action: @escaping () -> ()) -> some View {
|
||||
return VStack {
|
||||
Spacer()
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
PostButton(action: action)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user