Skip to content

Commit 7c29530

Browse files
authored
Send Button Primary Color Fix (#102)
1 parent ec9b2a7 commit 7c29530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/swift/Sources/DittoChatUI/Screens/ChatScreen/ChatInputView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct ChatInputView: View {
3131
Image(systemName: arrowUpKey)
3232
.padding(.all, 5)
3333
.foregroundColor(Color.white)
34-
.background(.blue)
34+
.background(primaryColor)
3535
.clipShape(Circle())
3636
}
3737
.padding(4)

0 commit comments

Comments
 (0)