Channel list item configuration
Customizes the appearance of channel list items
const config: ChannelsItemConfig = { radius: 12, portraitSize: 'large', topBackgroundColor: 0xEFF4FF, hoverBackgroundColor: 0xF3F5FA, activeBackgroundColor: 0xD2E1FE};
Border radius for channel list items in pixels
Avatar size: 'large' or 'small'
Background color for pinned channels (hex number, e.g., 0xEFF4FF)
Background color on hover (hex number)
Background color when selected/active (hex number)
Channel list item configuration
Customizes the appearance of channel list items