remove header on sharing view
This commit is contained in:
@@ -95,13 +95,6 @@ struct SharingListView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
Text(String(format: String(localized: "Share your shit")))
|
||||
.font(.title)
|
||||
.fontWeight(.bold)
|
||||
.foregroundColor(theme.currentTheme.labelColor)
|
||||
.padding([.top, .leading])
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
|
||||
ScrollView {
|
||||
ForEach(sharebleItems, id: \.self) { item in
|
||||
Button(action: {
|
||||
@@ -147,6 +140,7 @@ struct SharingListView: View {
|
||||
onDismiss: didDismiss) {
|
||||
selectedShare.fuckingWrappedShrable?.destination
|
||||
}
|
||||
.padding([.top, .bottom])
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user