Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Fix dark mode appearance ## ♻️ Current situation & Problem This PR fixes appearance in dark mode. Due to refactorings to lists in #18, we know have to adapt to different backgrounds (e.g., placed directly into a view, placed into a grouped background view, like a List cell). This was primarily an issue as we used a background color instead of a fill color (see [tertiarySystemFill](https://developer.apple.com/documentation/uikit/uicolor/3255076-tertiarysystemfill) being recommended for buttons and compare to [secondarySystemBackground](https://developer.apple.com/documentation/uikit/uicolor/3173137-secondarysystembackground) which we previously used). ## ⚙️ Release Notes * Fixes appearance in light background when appearing in Lists. ## 📚 Documentation -- ## ✅ Testing -- ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information