danielsaidi / SystemNotification

SystemNotification is a Swift SDK that helps you mimic the native iOS system notification in SwiftUI.
MIT License
428 stars 14 forks source link

Adjust the standard message dark mode appearance #5

Closed danielsaidi closed 2 years ago

danielsaidi commented 2 years ago

The standard notification message needs som tweaks in dark mode.

This is the library message:

image

while the native one looks like this:

image

The background and the message must become a little brighter.

danielsaidi commented 2 years ago

Anyone who wants to have the message look closer to the native message, can do this with a custom style.

Closing this :)