Skip to content

Allow to customize colors of voice recording composer #688

Open
@f3dm76

Description

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

Metadata

Assignees

No one assigned

    Labels

    UpcomingbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions