Merge branch 'develop'

This commit is contained in:
Trey t
2022-03-03 11:12:48 -06:00

View File

@@ -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])
}