UNPKG

botframework-webchat-component

Version:
9 lines (8 loc) 235 B
export default function createSendStatusStyle({ fontSizeSmall, primaryFont, subtle, timestampColor }) { return { color: timestampColor || subtle, fontFamily: primaryFont, fontSize: fontSizeSmall, paddingTop: 5 }; }