We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba66c60 commit f5ef7aeCopy full SHA for f5ef7ae
packages/api/src/defaultStyleOptions.ts
@@ -98,15 +98,15 @@ const DEFAULT_OPTIONS: Required<StyleOptions> = {
98
autoScrollSnapOnPageOffset: 0, // TODO: Rename from "autoScrollSnapOnPageoffset".
99
100
// Send box
101
- hideSendBox: false,
102
- hideUploadButton: false,
103
disableFileUpload: false,
+ hideSendBox: false,
104
hideTelephoneKeypadButton: true,
+ hideUploadButton: false,
105
microphoneButtonColorOnDictate: '#F33',
106
+ sendAttachmentOn: 'send',
107
sendBoxBackground: 'White',
108
uploadAccept: undefined,
109
uploadMultiple: true,
- sendAttachmentOn: 'send',
110
111
// Send box buttons
112
sendBoxButtonColor: undefined,
0 commit comments