mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix label selection on macos
This commit is contained in:
parent
3460150d5e
commit
2f879386a3
1 changed files with 2 additions and 0 deletions
|
|
@ -72,9 +72,11 @@ struct ApplyLabelsView: View {
|
|||
Image(systemName: "checkmark")
|
||||
}
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
)
|
||||
.padding(.vertical, 5)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
#if os(macOS)
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue