diff --git a/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsListItem.tsx b/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsListItem.tsx index 56790eb635..920acbc359 100644 --- a/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsListItem.tsx +++ b/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsListItem.tsx @@ -21,7 +21,17 @@ const classes = { const StyledListItemButton = styled(ListItemButton)(({ theme }) => ({ [`&.${classes.root}`]: { - padding: 0, + width: 220, + height: 'hug', + padding: `3px 16px 3px 16px`, + gap: 4, + opacity: 1, + display: 'flex', + backgroundColor: 'inherit', + }, + + [`&.${classes.root}:hover`]: { + backgroundColor: theme.palette.colors.sidebarHover, }, [`&.${classes.selected}`]: { diff --git a/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsPanel.test.tsx b/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsPanel.test.tsx index 6c062c84a4..cea9516723 100644 --- a/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsPanel.test.tsx +++ b/packages/desktop/src/renderer/components/Sidebar/ChannelsPanel/ChannelsPanel.test.tsx @@ -134,7 +134,7 @@ describe('Channels panel', () => { data-testid="channelsList" >