mirror of
https://github.com/jlengrand/5GUIs-1.git
synced 2026-03-10 08:01:25 +00:00
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:
@@ -37,6 +37,7 @@ struct DetailsPopover: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.foregroundColor(Color(NSColor.textColor))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user