Explicitly set detail popover text fg color

The main window environment seems to be preserved
on macOS Catalyst (preserving the "white" color
of the main window).
This commit is contained in:
Helge Heß
2020-10-02 17:58:19 +02:00
parent 5107ee7d56
commit 9e7d4913eb

View File

@@ -37,6 +37,7 @@ struct DetailsPopover: View {
}
}
}
.foregroundColor(Color(NSColor.textColor))
}
}