react-native-zohosalesiq-mobilisten
Version:
A React Native module for the ZohoSalesIQ Mobilisten SDK
28 lines (27 loc) • 985 B
text/typescript
import { SIQReplyViewTheme } from "./SIQReplyViewTheme";
export class SIQChatInputTheme {
backgroundColor = "null";
audioRecordHintBackgroundColor = "null";
audioRecordHintTextColor = "null";
textFieldBorderColor = "null";
textFieldTintColor = "null";
textFieldBackgroundColor = "null";
textFieldPlaceholderColor = "null";
textFieldTextColor = "null";
attachmentButtonBackgroundColor = "null";
recordButtonBackgroundColor = "null";
recordSoundPulseBackgroundColor = "null";
sendButtonBackgroundColor = "null";
buttonDisabledBackgroundColor = "null";
recordTimerBackgroundColor = "null";
recordTimerTextColor = "null";
recordTimerIndicatorColor = "null";
recordSlideTextColor = "null";
recordSlideIconColor = "null";
recordCancelTextColor = "null";
moreIconColor = "null";
sendIconColor = "null";
recordIconColor = "null";
Reply = new SIQReplyViewTheme();
Edit = new SIQReplyViewTheme();
}