Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to customize colors of voice recording composer #688

Open
f3dm76 opened this issue Dec 10, 2024 · 0 comments
Open

Allow to customize colors of voice recording composer #688

f3dm76 opened this issue Dec 10, 2024 · 0 comments

Comments

@f3dm76
Copy link
Contributor

f3dm76 commented Dec 10, 2024

What are you trying to achieve?

I need to replace this blue color with my custom color
Screenshot 2024-12-10 at 17 55 50
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant