Skip to content

Commit e2cb4f3

Browse files
Composer placeholder using correct color property
1 parent 5ad4083 commit e2cb4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class InputTextView: UITextView {
8282

8383
placeholderLabel.font = font
8484
placeholderLabel.textAlignment = .center
85-
placeholderLabel.textColor = colors.subtitleText
85+
placeholderLabel.textColor = colors.composerPlaceholderColor
8686
}
8787

8888
open func setUpLayout() {

0 commit comments

Comments
 (0)