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