Navigation bars is missing accent colors
rubengarciam opened this issue · 2 comments
rubengarciam commented
Describe the bug
There seems to be a bug in the latest Xcode12 beta-3 whereby some views might lose the configured accent color.
It also seems the sidebar items UI is broken for dark mode.
To Reproduce
Steps to reproduce the behavior:
- Go to Library
- Minize sidebar
- Open any comic
- Open Goodreads search sheet
- See error: accent color is lost, both for the sheet and sidebar title
Screenshots
rubengarciam commented
Uppon further investigation. it seems that having a .sheet or .fullScreenCover in child views screw the main navigation view’s accent color.
I created some dummy projects but haven’t been able to replicate this issue. Hence, I must be doing something in the view’s transition that breaks the accent color.
rubengarciam commented
Fixed. The Edit Comic view backgrounds modifier were screwing with the accent colors.
I have modified them and fixed a couple of other UI glitches along the way