You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stream Chat does not mess with my app's accent color settings.
Steps to reproduce
1. Create a new app
2. Go to the "Assets" file
3. Change the asset color (to something like red)
4. Import the `SwiftChatUI` package
5. Add the following code snippet inside the scene setup: `_ = Appearance.default`
6. Display a tab bar with some system icons
7. Notice the system icon color is tinted using Stream's blue tint color (instead of the app's red)
Which packages are you using?
StreamChat and StreamChatUI
Which SDK version are you using?
4.78.0
Which iOS version is the issue reproducible?
iOS 18.4.1
Which iPhone Device is the issue reproducible?
iPhone 16
Which Xcode version are you using?
Xcode 16.3
The text was updated successfully, but these errors were encountered:
Hi @mbac19, we followed the steps above, but failed to reproduce this issue. Could you please share your sample app with us where you can reproduce it.
Uh oh!
There was an error while loading. Please reload this page.
Actual behaviour
Importing
Appearance
object inSwiftChatUI
is overriding my app's accent color.Expected behaviour
Stream Chat does not mess with my app's accent color settings.
Steps to reproduce
Which packages are you using?
StreamChat
andStreamChatUI
Which SDK version are you using?
4.78.0
Which iOS version is the issue reproducible?
iOS 18.4.1
Which iPhone Device is the issue reproducible?
iPhone 16
Which Xcode version are you using?
Xcode 16.3
The text was updated successfully, but these errors were encountered: