LMChatChannelToggle
LMChatChannelToggle
renders the toggle view for channel list. It will be rendered with the currentTheme
passed as COMMUNITY_HYBRID_CHAT
.
CSS Classnames
Classname | Description |
---|---|
lm-chat-channel-toggle | Container or element for lm chat channel toggle |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-chat-channel-toggle {
background-color: "red";
}
Reference
For reference checkout this file