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
I need to replace this blue color with my custom color
I can see this .blue hardcoded here
/// The colour of the waveform bar that isn't part of the "played" duration.
open var barColor: UIColor { colors.textLowEmphasis }
/// The colour of the waveform bar that is part of the "played" duration.
open var highlightedBarColor: UIColor { .blue }
/// The colour of the waveform bar's background.
open var barBackgroundColor: UIColor { colors.background }
Could you please use a theme color for this?
GetStream Environment
GetStream Chat version: 4.68.0
GetStream Chat frameworks: StreamChat, StreamChatUI
iOS version: 18.0
Swift version: 6.0
Xcode version: 16.0
Device: sim iPhone 16 pro max
Additional context
The text was updated successfully, but these errors were encountered:
What are you trying to achieve?
I need to replace this blue color with my custom color
I can see this .blue hardcoded here
Could you please use a theme color for this?
GetStream Environment
GetStream Chat version: 4.68.0
GetStream Chat frameworks: StreamChat, StreamChatUI
iOS version: 18.0
Swift version: 6.0
Xcode version: 16.0
Device: sim iPhone 16 pro max
Additional context
The text was updated successfully, but these errors were encountered: