LMMessageReplyCollapse
LMMessageReplyCollapse renders UI for collapseable reply UI. It is internally used under LMInput.
CSS Classnames
| Classname | Description |
|---|---|
| lm-input-message-reply | Reply container |
| lm-input-message-reply-message-wrapper | Reply message wrapper |
| lm-input-message-username | Username text styling |
| reply-on-voice-note | Voice note reply styling |
| lm-input-message-text | Reply text styling |
| lm-input-message-reply-close | Close button styling |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-input-message-text {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file