diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d7c4a51..8f77f6e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### 🐞 Fixed - Use `muteChannel` capability for showing mute channel button in the `ChatChannelInfoView` [#1018](https://github.com/GetStream/stream-chat-swiftui/pull/1018) - Fix `PollOptionAllVotesViewModel` not loading more votes [#1067](https://github.com/GetStream/stream-chat-swiftui/pull/1067) +- Fix "sliderThumb.pdf" asset not single scaled [#1070](https://github.com/GetStream/stream-chat-swiftui/pull/1070) - Fix `ViewFactory.makeMessageAvatarView()` not used in some views [#1068](https://github.com/GetStream/stream-chat-swiftui/pull/1068) - `MessageRepliesView` - `ReactionsUsersView` diff --git a/Sources/StreamChatSwiftUI/Resources/Assets.xcassets/sliderThumb.imageset/Contents.json b/Sources/StreamChatSwiftUI/Resources/Assets.xcassets/sliderThumb.imageset/Contents.json index 4f9eda0c2..9a68b9b59 100644 --- a/Sources/StreamChatSwiftUI/Resources/Assets.xcassets/sliderThumb.imageset/Contents.json +++ b/Sources/StreamChatSwiftUI/Resources/Assets.xcassets/sliderThumb.imageset/Contents.json @@ -2,16 +2,7 @@ "images" : [ { "filename" : "sliderThumb.pdf", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : {