mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting
This commit is contained in:
parent
3c24dc2e78
commit
d52e40ea5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue