UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

25 lines 724 B
export const getDeletedBubbleStyle = (color, spacing, typography) => { return { incomingBubbleStyle: { containerStyle: {}, textStyle: { color: color.receiveBubbleTimestamp, ...typography.body.regular, }, iconStyle: { tintColor: color.receiveBubbleTimestamp } }, outgoingBubbleStyle: { containerStyle: {}, textStyle: { color: color.sendBubbleText, ...typography.body.regular, }, iconStyle: { tintColor: color.sendBubbleText } }, }; }; //# sourceMappingURL=styles.js.map