lkellar / trips

A SwiftUI Packing List App
https://lkellar.org/trips/
MIT License
4 stars 0 forks source link

iPadOS 14 Sidebar Black Color Selection #68

Closed lkellar closed 4 years ago

lkellar commented 4 years ago

On iPadOS 14, we get a sidebar for free! (More work is to be done on this anyways, see the sidebar issue)

Anyways, when tapping on a trip, if the trip color is primary, it is the same color as the text, so it's covered up

image

Probably need to add a check to flip colors if selected on iPadOS if primary color.

Same issue is in dark mode too

lkellar commented 4 years ago

We should add a quickfix for the bug fix update, nothing too crazy though, since this should be overhauled with a better sidebar later.

lkellar commented 4 years ago

Or maybe it's just never fixed, until the new sidebar comes along

lkellar commented 4 years ago

Haha, the issue was fixed anyways because of the new nav system (not sidebar). A bug/feature?