Skip to content

Conversation

@NSMustache
Copy link

This PR replaces the use of [UIColor whiteColor] as a container background when transparency / blur is disabled with the system-defined [UIColor secondaryBackgroundColor] on iOS 13+ as this color is impacted by dark/light mode.

Copy link
Owner

@CooperRS CooperRS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution! 👏
In general, the PR seems fine to me 👍. I only have a question about one change that seems a bit unrelated 🤔

//Debugging Accessibility Labels
#ifdef DEBUG
self.topContainer.accessibilityLabel = @"TopContainer";
self.topContainer.accessibilityLabel = @"TopContainer ";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change intended?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, I just pushed commit acbec02 to fix this typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants