CleverTap / CTNotificationContent

A Notification Content Extension class to display custom content interfaces for iOS 10 push notifications
MIT License
14 stars 7 forks source link

Built in UI for detail and title labels are not adapting to dark mode #9

Closed jazminebarroga closed 3 years ago

jazminebarroga commented 4 years ago

When the phone’s appearance is set to dark mode, the title label color remains black while the detail label color remains gray with a black background

Aditi3 commented 4 years ago

Hi @jazminebarroga

Thank you so much for bringing this up. We'll see how to handle the title color for Dark Mode in our next release. Right now, if you want to change the background color of the push notification, then simply navigate to the Notification Content Storyboard and update the Background property of the View.

Hope this helps!