Linting
This commit is contained in:
@ -396,7 +396,7 @@ public struct ShareExtensionView: View {
|
|||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
.font(Font.system(size: 14))
|
.font(Font.system(size: 14))
|
||||||
.accentColor(.blue)
|
.accentColor(.blue)
|
||||||
#if os(macos)
|
#if os(macOS)
|
||||||
.introspectTextView { textView in
|
.introspectTextView { textView in
|
||||||
textView.textContainerInset = NSSize(width: 10, height: 10)
|
textView.textContainerInset = NSSize(width: 10, height: 10)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user