Various fixes

This commit is contained in:
Ilya Laktyushin
2022-11-15 02:49:53 +04:00
parent 496f556f71
commit 8e0e5842ce
13 changed files with 156 additions and 119 deletions

View File

@@ -765,7 +765,7 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
let audioTranscriptionButtonSize = audioTranscriptionButton.update(
transition: animation.isAnimated ? .easeInOut(duration: 0.3) : .immediate,
component: AnyComponent(AudioTranscriptionButtonComponent(
theme: .freeform(durationBlurColor),
theme: .freeform(durationBlurColor, durationTextColor),
transcriptionState: effectiveAudioTranscriptionState,
pressed: {
guard let strongSelf = self else {